aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-21 05:50:49 -0300
committerEuAndreh <eu@euandre.org>2021-08-21 05:50:49 -0300
commit5af9d9bb624262c743843b5a0b8f08ddb49a3299 (patch)
tree3b59b496780455c65b74e3143f35c3cc3e610e02 /Makefile
parentaux/: Update (diff)
downloadgistatic-5af9d9bb624262c743843b5a0b8f08ddb49a3299.tar.gz
gistatic-5af9d9bb624262c743843b5a0b8f08ddb49a3299.tar.xz
Makefile: Run assert-catgets.sh for all C files
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