aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a4a771..607f910 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ check: all $(tests)
ln -s .gitdir tests/resources/repositories/repo-2/.git
sh tests/build-sample.sh
for t in $(tests); do ./$$t; done
- sh tests/assert-catgets.sh src/gistatic.c
+ sh tests/assert-catgets.sh src/*.c
sh tests/integration.sh
sh tests/c-lint.sh src/*.c