modified makefile to use make commands for testing

This commit is contained in:
pvtrx 2025-12-17 15:46:14 +01:00
parent cc42231e0c
commit b3279a2486
4 changed files with 5 additions and 2 deletions

View File

@ -35,8 +35,11 @@ $(program_obj_filesobj_files): %.o: %.c
# --------------------------
# Unit Tests
# --------------------------
unitTests:
echo "needs to be implemented"
numbers_tests:
$(CC) $(FLAGS) numbers.c bintree.c stack.c unity.c test_numbers.c -o test_numbers
stack_tests:
$(CC) $(FLAGS) stack.c unity.c stackunitytest.c -o test_stack
# --------------------------
# Clean

Binary file not shown.

BIN
test_numbers.exe Normal file

Binary file not shown.

Binary file not shown.