diff --git a/makefile b/makefile index 1f15f75..666c8b8 100644 --- a/makefile +++ b/makefile @@ -35,8 +35,8 @@ $(program_obj_filesobj_files): %.o: %.c # -------------------------- # Unit Tests # -------------------------- -unitTests: - echo "needs to be implemented" +unitTestsNumbers: numbers.o test_numbers.c $(unityfolder)/unity.c + $(CC) $(FLAGS) -I$(unityfolder) -o runtest_numbers test_numbers.c numbers.o $(unityfolder)/unity.c # -------------------------- # Clean