From 2fd0830911996a679924a6ed59dcfa4cf40bfa06 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 6 Mar 2021 01:14:38 -0300 Subject: Add empty tests/cli-opts.sh --- Makefile | 5 +++-- tests/cli-opts.sh | 0 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100755 tests/cli-opts.sh 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 diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh new file mode 100755 index 0000000..e69de29 -- cgit v1.2.3