aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 33d453ae..706a97d7 100644
--- a/build.xml
+++ b/build.xml
@@ -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>