From 6dd963c40e4c9c63b4557bc35678578f2b61b50f Mon Sep 17 00:00:00 2001 From: Alexei Date: Thu, 11 Dec 2025 11:40:17 +0100 Subject: [PATCH] =?UTF-8?q?makefile=20ver=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 1f15f75..4247620 100644 --- a/makefile +++ b/makefile @@ -35,8 +35,9 @@ $(program_obj_filesobj_files): %.o: %.c # -------------------------- # Unit Tests # -------------------------- -unitTests: - echo "needs to be implemented" +unitTestsStack: stack.o test_stack.c $(unityfolder)/unity.c + $(CC) $(FLAGS) $^ -o $@ + # -------------------------- # Clean