diff options
author | EuAndreh <eu@euandre.org> | 2021-09-01 10:28:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-09-01 10:28:22 -0300 |
commit | 789747e2520b5039d2a9f2858c74fcfb5ed92227 (patch) | |
tree | 249f8afe87ff7772c6469da6d9daaced353d680e /Makefile | |
parent | Makefile: Revamp "clean" target (diff) | |
download | remembering-789747e2520b5039d2a9f2858c74fcfb5ed92227.tar.gz remembering-789747e2520b5039d2a9f2858c74fcfb5ed92227.tar.xz |
Makefile: s/run-tests/remembering-tests/
Diffstat (limited to '')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -34,11 +34,11 @@ manpages = $(manpages.in:.in=) all: src/remembering src/remembering-c $(manpages) -run-tests: src/remembering-c.c +remembering-tests: src/remembering-c.c $(CC) $(CFLAGS) $(LDFLAGS) $(DEFS) -DTEST -o $@ $? $(LDLIBS) -check: all run-tests - ./run-tests +check: all remembering-tests + ./remembering-tests sh tests/cli-opts.sh sh tests/install-uninstall.sh sh tests/ranking.sh |