Experimentation
This commit is contained in:
5
Makefile
5
Makefile
@@ -43,3 +43,8 @@ deploy-tests:
|
|||||||
@echo "Deploying JAR to 'bake' directories..."
|
@echo "Deploying JAR to 'bake' directories..."
|
||||||
@find $(TESTDIR) -type d -name 'bake' -exec cp $(JARNAME) {} \;
|
@find $(TESTDIR) -type d -name 'bake' -exec cp $(JARNAME) {} \;
|
||||||
@echo "Done."
|
@echo "Done."
|
||||||
|
|
||||||
|
run_test:
|
||||||
|
@echo "Running tests..."
|
||||||
|
@java -cp build fr.monlouyan.bakefile.tests.BakeTestRunner
|
||||||
|
@echo "Done."
|
748
src/fr/monlouyan/bakefile/tests/BakeTestRunner.java
Normal file
748
src/fr/monlouyan/bakefile/tests/BakeTestRunner.java
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user