From 4f99c4289fb46e06c0ff305d12276cfc9fb5cf9c Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 30 May 2023 17:23:06 +0200 Subject: Add test folder --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4dcf9d2..8d6fc7c 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,11 @@ clean-obj: clean: rm -rf ${BUILD_DIR} rm -f *.core + rm -f test/tests + +tests: debug + cd test && make + test/tests ${BUILD_DIR}/cherry.o: src/cherry.c ${CC} ${CFLAGS} -c $> -o $@ -- cgit v1.2.3