makefile unitTestsNumbers

This commit is contained in:
maxgrf 2025-12-11 11:29:56 +01:00
parent 1b022d5b2e
commit 8145c8ee6b

View File

@ -35,8 +35,8 @@ $(program_obj_filesobj_files): %.o: %.c
# -------------------------- # --------------------------
# Unit Tests # Unit Tests
# -------------------------- # --------------------------
unitTests: unitTestsNumbers: numbers.o test_numbers.c $(unityfolder)/unity.c
echo "needs to be implemented" $(CC) $(FLAGS) -I$(unityfolder) -o runtest_numbers test_numbers.c numbers.o $(unityfolder)/unity.c
# -------------------------- # --------------------------
# Clean # Clean