aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c49b462..ccdd358 100644
--- a/Makefile
+++ b/Makefile
@@ -62,10 +62,10 @@ check: all $(tests)
rm -f tests/resources/repositories/repo-2/.git
ln -s .gitdir tests/resources/repositories/repo-1/.git
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/integration.sh
- sh tests/build-sample.sh
sh tests/c-lint.sh src/*.c
clean: