test 1
This commit is contained in:
parent
6dd963c40e
commit
5ee0f97dc6
2
makefile
2
makefile
@ -36,7 +36,7 @@ $(program_obj_filesobj_files): %.o: %.c
|
|||||||
# Unit Tests
|
# Unit Tests
|
||||||
# --------------------------
|
# --------------------------
|
||||||
unitTestsStack: stack.o test_stack.c $(unityfolder)/unity.c
|
unitTestsStack: stack.o test_stack.c $(unityfolder)/unity.c
|
||||||
$(CC) $(FLAGS) $^ -o $@
|
$(CC) $(FLAGS) $^ -o $@ $(unityfolder)/unity.c
|
||||||
|
|
||||||
|
|
||||||
# --------------------------
|
# --------------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user