made tests

This commit is contained in:
Jonas Hofmann 2025-12-13 15:17:38 +01:00
parent a575259cac
commit 8e76b27760
7 changed files with 2 additions and 2 deletions

BIN
bintree.o

Binary file not shown.

View File

@ -39,13 +39,13 @@ $(program_obj_filesobj_files): %.o: %.c
# echo "needs to be implemented"
bintree: bintree.c
$(CC) $(FLAGS) -c bintree bintree.c
$(CC) $(FLAGS) -c bintree bintree.c
bintreeTests: stack.o bintree.o bintreeTests.c $(unityfolder)/unity.c
$(CC) $(FLAGS) -o runbintreeTests bintreeTests.c bintree.o stack.o $(unityfolder)/unity.c
stack: stack.c
$(CC) $(FLAGS) -c stack stack.c
$(CC) $(FLAGS) -c stack stack.c
test_stack: stack.o test_stack.c $(unityfolder)/unity.c
$(CC) $(FLAGS) -o runstackTests test_stack.c stack.o $(unityfolder)/unity.c

BIN
numbers.o

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
stack.o

Binary file not shown.