diff options
author | scgilardi <scgilardi@gmail.com> | 2009-02-22 23:09:23 +0000 |
---|---|---|
committer | scgilardi <scgilardi@gmail.com> | 2009-02-22 23:09:23 +0000 |
commit | bcad3f1b0e33251f71c40dcc2c159fe9b2b221db (patch) | |
tree | d98933936e8838bcf290c656cf7ce323fb68ab95 | |
parent | 957f697ee57d19f76852e9cbe33e5e6a3c655c70 (diff) |
restore 'ant test_clojure' functionality to build.xml
-rw-r--r-- | build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,7 +33,8 @@ <path location="${src}"/> <path location="${clojure.jar}"/> </classpath> - <arg value="src/clojure/contrib/test_clojure.clj"/> + <arg value="-e"/> + <arg value="(require '(clojure.contrib [test-clojure :as main])) (main/run)"/> </java> </target> |