From a084dfa02d28a9372a7e406c9b101a43308a4937 Mon Sep 17 00:00:00 2001 From: axtloss Date: Mon, 24 Jun 2024 21:50:48 +0200 Subject: Add new function memvcmp and unit tests --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3713824..5a2eaaf 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ install: extlib extlib.pc install -Dm655 src/extlib.h $(PREFIX)/include/ install -Dm655 extlib.pc $(PREFIX)/share/pkgconfig/ -test: - $(CC) $(TESTCFLAGS) $(TESTLDFLAGS) test.c -o test - ./test +test: FORCE + cd tests && make test + +FORCE: ; # PHONY is a non standard extension -- cgit v1.2.3