From 5af9d9bb624262c743843b5a0b8f08ddb49a3299 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 21 Aug 2021 05:50:49 -0300 Subject: Makefile: Run assert-catgets.sh for all C files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3