aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 8eb925f4..51aa9efd 100644
--- a/build.xml
+++ b/build.xml
@@ -47,7 +47,8 @@
<path location="${src}"/>
<path location="${clojure.jar}"/>
</classpath>
- <arg value="src/clojure/contrib/test_contrib.clj"/>
+ <arg value="-e"/>
+ <arg value="(require '(clojure.contrib [test-contrib :as main])) (main/run)"/>
</java>
</target>
@@ -60,7 +61,8 @@
<path location="${src}"/>
<path location="${clojure.jar}"/>
</classpath>
- <arg value="src/clojure/contrib/datalog/tests/test.clj"/>
+ <arg value="-e"/>
+ <arg value="(require '(clojure.contrib.datalog.tests [test :as main])) (main/run)"/>
</java>
</target>