diff --git a/run-tests.sh b/run-tests.sh new file mode 100755 index 0000000..b742f0b --- /dev/null +++ b/run-tests.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# +# Assumes node.js/npm and lumo-cljs are installed! +# See .travis.yml for details of the test environment. +# +rm -rf test/readme.clj +lein do clean, check, eastwood, test, tach lumo, test-readme