lLt's not use clojure.test. The runner can be much simpler and provide better output. I am putting the zen message as metadata on each function. The 'runner' exits on the first failure now

This commit is contained in:
Aaron Bedra
2010-01-23 22:28:43 -05:00
parent 49e460a0b4
commit b9fa6742cf
5 changed files with 32 additions and 52 deletions

9
path_to_enlightenment Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
CLASSPATH=koans
for f in lib/*.jar; do
CLASSPATH=$CLASSPATH:$f
done
java -cp $CLASSPATH clojure.main -i koans/path_to_enlightenment.clj