From 36d81d283aaa70857c69a48e5b9b093856da73e0 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 22 Nov 2009 11:57:43 +0000 Subject: [PATCH] Add src/ to the list of source code checks. --- tests/check-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check-build b/tests/check-build index 04df10b..a73c898 100755 --- a/tests/check-build +++ b/tests/check-build @@ -27,7 +27,7 @@ fi # Check that we have no tabs or trailing spaces in the source code # failure=0 -for dir in caca cxx examples ruby tools; do +for dir in caca src cxx examples ruby tools; do pushd ../$dir >/dev/null # Dirty hack to print the $(SOURCES) variable for x in $(make -s ID SHELL='echo @@$(SOURCES)@@' | tr -d '\n' | sed 's/.*@@\([^@]*\)@@.*/\1/');