소스 검색

Cyclomatic complexity: exclude tools/dev/experimental/*.c.

These C files are not really part of StarPU. They are just tests for our
Coccinelle scripts.
Cyril Roelandt 12 년 전
부모
커밋
cd846c119e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -134,7 +134,7 @@ VC_URL = "https://gforge.inria.fr/scm/viewvc.php/trunk/%FILENAME%?view=markup&ro
 # they all have a function called `main', which clobbers the report.
 cyclomatic-complexity.html:
 	$(PMCCABE)								\
-	  `find \( -name examples -o -name tests \) -prune -o -name \*.c`	\
+	  `find \( -name examples -o -name tests -o -path ./tools/dev/experimental \) -prune -o -name \*.c` \
 	  | sort -nr								\
 	  | $(AWK) -f ${top_srcdir}/build-aux/pmccabe2html			\
 		   -v lang=html -v name="$(PACKAGE_NAME)"			\