diff options
author | EuAndreh <eu@euandre.org> | 2021-08-21 05:50:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-21 05:50:49 -0300 |
commit | 5af9d9bb624262c743843b5a0b8f08ddb49a3299 (patch) | |
tree | 3b59b496780455c65b74e3143f35c3cc3e610e02 /Makefile | |
parent | aux/: Update (diff) | |
download | gistatic-5af9d9bb624262c743843b5a0b8f08ddb49a3299.tar.gz gistatic-5af9d9bb624262c743843b5a0b8f08ddb49a3299.tar.xz |
Makefile: Run assert-catgets.sh for all C files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |