Ajout d'un script de test automatisé et mise à jour du Makefile pour exécuter le script

This commit is contained in:
2025-02-06 21:09:09 +01:00
parent 53ea20ea69
commit 29ad274f28
2 changed files with 111 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ TESTDIR = ./tests/
SOURCES := $(shell find $(SOURCEDIR) -name '*.java')
all:
@chmod +x test.sh
@make clean
@make compile
@make jar