Experimentation

This commit is contained in:
Moncef STITI 2025-03-02 14:59:03 +01:00
parent ef5fff565a
commit 91484ff5cc
2 changed files with 753 additions and 0 deletions
Makefile
src/fr/monlouyan/bakefile/tests

@ -42,4 +42,9 @@ jar:
deploy-tests:
@echo "Deploying JAR to 'bake' directories..."
@find $(TESTDIR) -type d -name 'bake' -exec cp $(JARNAME) {} \;
@echo "Done."
run_test:
@echo "Running tests..."
@java -cp build fr.monlouyan.bakefile.tests.BakeTestRunner
@echo "Done."

File diff suppressed because it is too large Load Diff