From 789747e2520b5039d2a9f2858c74fcfb5ed92227 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 1 Sep 2021 10:28:22 -0300 Subject: Makefile: s/run-tests/remembering-tests/ --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3