Skip to content
Snippets Groups Projects
Commit cb3b6dcb authored by Sabrina's avatar Sabrina
Browse files

ajouter le lacement des tests unitaires

parent 26b64f95
Branches
No related tags found
No related merge requests found
puissance4: main.o twoPlayers.o board.o randomAI.o winnerCheck.o smartAI.o puissance4: main.o twoPlayers.o board.o randomAI.o winnerCheck.o smartAI.o
@echo "first rule which must create the puissance4 executable"
gcc main.o twoPlayers.o board.o randomAI.o winnerCheck.o smartAI.o -o puissance4 gcc main.o twoPlayers.o board.o randomAI.o winnerCheck.o smartAI.o -o puissance4
main.o : src/main.c main.o : src/main.c
...@@ -25,4 +24,7 @@ clean: ...@@ -25,4 +24,7 @@ clean:
$(MAKE) -C testbed clean $(MAKE) -C testbed clean
tests: puissance4 tests: puissance4
$(MAKE) -C testbed $(MAKE) -C testbed
\ No newline at end of file
unitTests:
$(MAKE) -C UnitTests
\ No newline at end of file
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment