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