Ergänzung makefile um test_numbers

This commit is contained in:
Florian Wetzel 2025-12-10 14:28:12 +01:00
parent 5d976c50c1
commit aae75ade4b
3 changed files with 5 additions and 0 deletions

BIN
bintree.o

Binary file not shown.

View File

@ -49,6 +49,11 @@ stack: stack.c
test_stack: stack.o test_stack.c $(unityfolder)/unity.c test_stack: stack.o test_stack.c $(unityfolder)/unity.c
$(CC) $(FLAGS) -o runstackTests test_stack.c stack.o $(unityfolder)/unity.c $(CC) $(FLAGS) -o runstackTests test_stack.c stack.o $(unityfolder)/unity.c
test_numbers: numbers.o bintree.o stack.o test_numbers.c $(unityfolder)/unity.c
$(CC) $(FLAGS) -o run_numbersTests test_numbers.c numbers.o bintree.o stack.o $(unityfolder)/unity.c
# -------------------------- # --------------------------
# Clean # Clean
# -------------------------- # --------------------------

BIN
stack.o

Binary file not shown.