diff options
author | EuAndreh <eu@euandre.org> | 2021-03-06 01:14:38 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-06 01:51:55 -0300 |
commit | 2fd0830911996a679924a6ed59dcfa4cf40bfa06 (patch) | |
tree | fe4b851bdb1851f00992dc5927d64996cfd66ac0 /Makefile | |
parent | Write description, long-description and README.md files (diff) | |
download | gistatic-2fd0830911996a679924a6ed59dcfa4cf40bfa06.tar.gz gistatic-2fd0830911996a679924a6ed59dcfa4cf40bfa06.tar.xz |
Add empty tests/cli-opts.sh
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |