added bintreeTests to makefile as Target

This commit is contained in:
Jonas Hofmann 2025-12-08 08:36:00 +01:00
parent ffde7270db
commit b138a8f251

View File

@ -35,8 +35,11 @@ $(program_obj_filesobj_files): %.o: %.c
# --------------------------
# Unit Tests
# --------------------------
unitTests:
echo "needs to be implemented"
# unitTests:
# 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