aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-09-01 10:28:22 -0300
committerEuAndreh <eu@euandre.org>2021-09-01 10:28:22 -0300
commit789747e2520b5039d2a9f2858c74fcfb5ed92227 (patch)
tree249f8afe87ff7772c6469da6d9daaced353d680e /Makefile
parentMakefile: Revamp "clean" target (diff)
downloadremembering-789747e2520b5039d2a9f2858c74fcfb5ed92227.tar.gz
remembering-789747e2520b5039d2a9f2858c74fcfb5ed92227.tar.xz
Makefile: s/run-tests/remembering-tests/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9af5645..85ddf21 100644
--- a/Makefile
+++ b/Makefile
@@ -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