aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-06 01:14:38 -0300
committerEuAndreh <eu@euandre.org>2021-03-06 01:51:55 -0300
commit2fd0830911996a679924a6ed59dcfa4cf40bfa06 (patch)
treefe4b851bdb1851f00992dc5927d64996cfd66ac0 /Makefile
parentWrite description, long-description and README.md files (diff)
downloadgistatic-2fd0830911996a679924a6ed59dcfa4cf40bfa06.tar.gz
gistatic-2fd0830911996a679924a6ed59dcfa4cf40bfa06.tar.xz
Add empty tests/cli-opts.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d96ebb9..75614eb 100644
--- a/Makefile
+++ b/Makefile
@@ -54,10 +54,11 @@ run-tests: $(headers) $(sources) tests/tests.c
fallible-tests: $(headers) $(sources) tests/tests.c
$(CC) $(CFLAGS) $(LDFLAGS) -DTEST -DFALLIBLE -o $@ tests/tests.c $(sources) $(LDLIBS) -lfallible
-check: run-tests
+check: all
./run-tests
+ sh tests/cli-opts.sh
-dev-check: all check fallible-tests
+dev-check: check fallible-tests
valgrind `fallible-check --valgrind-flags` ./run-tests
fallible-check ./fallible-tests
sh aux/assert-clang-format.sh