added bintreeTests to makefile as Target
This commit is contained in:
parent
ffde7270db
commit
b138a8f251
7
makefile
7
makefile
@ -35,8 +35,11 @@ $(program_obj_filesobj_files): %.o: %.c
|
|||||||
# --------------------------
|
# --------------------------
|
||||||
# Unit Tests
|
# Unit Tests
|
||||||
# --------------------------
|
# --------------------------
|
||||||
unitTests:
|
# unitTests:
|
||||||
echo "needs to be implemented"
|
# echo "needs to be implemented"
|
||||||
|
|
||||||
|
bintreeTests: bintree.o bintreeTests.c $(unityfolder)/unity.c
|
||||||
|
$(CC) $(FLAGS) -o runbintreeTests bintreeTests.c bintree.o $(unityfolder)/unity.c
|
||||||
|
|
||||||
# --------------------------
|
# --------------------------
|
||||||
# Clean
|
# Clean
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user