From 092270834eac54ed33e634494f9f38ba7fd38fd4 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 4 Feb 2023 17:26:32 +0100 Subject: Some improvements to test suite, ready to go --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b62580c..71eda6b 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ debug: ${CC} ${DBGFLAGS} -o nissy src/*.c test: - ${CC} ${DBGFLAGS} -DTEST -o tests/nissy_test src/*.c tests/*.c + ${CC} ${DBGFLAGS} -DTEST -o test src/*.c tests/*.c clean: rm -rf nissy nissy*.exe nissy*.tar.gz doc/nissy.html doc/nissy.pdf -- cgit v1.3