makefile unit test fix

This commit is contained in:
maxgrf 2025-12-11 11:33:54 +01:00
parent 104af9a567
commit 75291daff4
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ $(program_obj_filesobj_files): %.o: %.c
# --------------------------
# Unit Tests
# --------------------------
unitTests: numbers.o test_numbers.c $(unityfolder)/unity.c
unitTests: numbers.o test_numbers.c bintree.o $(unityfolder)/unity.c
$(CC) $(FLAGS) -I$(unityfolder) -o runtest_numbers test_numbers.c numbers.o bintree.o $(unityfolder)/unity.c
# --------------------------

BIN
numbers.o Normal file

Binary file not shown.