Ajout du test n°22 + Correction du makefile du projet

This commit is contained in:
2025-03-02 14:06:36 +01:00
parent f694c292d7
commit 2edb7a3ad3
9 changed files with 247 additions and 2 deletions

View File

@@ -40,6 +40,6 @@ jar:
@make deploy-tests
deploy-tests:
@echo "Deploying JAR to test directories..."
@find $(TESTDIR) -type d -exec cp $(JARNAME) {} \;
@echo "Deploying JAR to 'bake' directories..."
@find $(TESTDIR) -type d -name 'bake' -exec cp $(JARNAME) {} \;
@echo "Done."