From f77279de5620cca6843f72ad048ac133c4d484c3 Mon Sep 17 00:00:00 2001 From: buhlhellerse98910 Date: Thu, 11 Dec 2025 11:30:45 +0100 Subject: [PATCH] =?UTF-8?q?make=5Ffile=20eingef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 1f15f75..b9a852d 100644 --- a/makefile +++ b/makefile @@ -35,9 +35,8 @@ $(program_obj_filesobj_files): %.o: %.c # -------------------------- # Unit Tests # -------------------------- -unitTests: - echo "needs to be implemented" - +unitTests: numbers.o test_numbers.c $(unityfolder)/unity.c + $(CC) $(FLAGS) -I$(unityfolder) -o runtest_numbers test_numbers.c numbers.o $(unityfolder)/unity.c # -------------------------- # Clean # --------------------------