This commit is contained in:
Alexei Keller 2025-12-11 11:42:46 +01:00
parent 6dd963c40e
commit 5ee0f97dc6

View File

@ -36,7 +36,7 @@ $(program_obj_filesobj_files): %.o: %.c
# Unit Tests
# --------------------------
unitTestsStack: stack.o test_stack.c $(unityfolder)/unity.c
$(CC) $(FLAGS) $^ -o $@
$(CC) $(FLAGS) $^ -o $@ $(unityfolder)/unity.c
# --------------------------