generated from freudenreichan/info2Praktikum-DobleSpiel
modified makefile to use make commands for testing
This commit is contained in:
parent
cc42231e0c
commit
b3279a2486
7
makefile
7
makefile
@ -35,8 +35,11 @@ $(program_obj_filesobj_files): %.o: %.c
|
|||||||
# --------------------------
|
# --------------------------
|
||||||
# Unit Tests
|
# Unit Tests
|
||||||
# --------------------------
|
# --------------------------
|
||||||
unitTests:
|
numbers_tests:
|
||||||
echo "needs to be implemented"
|
$(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
|
# Clean
|
||||||
|
|||||||
BIN
stacktest.exe
BIN
stacktest.exe
Binary file not shown.
BIN
test_numbers.exe
Normal file
BIN
test_numbers.exe
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user