Experimentation
This commit is contained in:
parent
ef5fff565a
commit
91484ff5cc
5
Makefile
5
Makefile
@ -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."
|
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
Loading…
x
Reference in New Issue
Block a user