forked from freudenreichan/info2Praktikum-DobleSpiel
stackTests hinzugefügt
This commit is contained in:
parent
8fb9559ca3
commit
d816f405f0
4
makefile
4
makefile
@ -39,10 +39,12 @@ numbers.o: numbers.c
|
||||
# Unit Tests
|
||||
# --------------------------
|
||||
|
||||
|
||||
numbersTests: numbers.o numbersTests.c $(unityfolder)/unity.c
|
||||
$(CC) $(CFLAGS) -I$(unityfolder) -o runNumbersTests numbersTests.c numbers.o $(unityfolder)/unity.c
|
||||
|
||||
stackTests: stack.o stackTests.c $(unityfolder)/unity.c
|
||||
$(CC) $(CFLAGS) -I$(unityfolder) -o runStackTests stackTests.c stack.o $(unityfolder)/unity.c
|
||||
|
||||
# --------------------------
|
||||
# Clean
|
||||
# --------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user