Nixed our ATUnit dependency which wasn't working. Better that we just do the

Guicing we need ourselves.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5884 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-07-21 00:29:37 +00:00
parent 0cd0a67679
commit 9d93ea7a90
5 changed files with 37 additions and 42 deletions
+3 -3
View File
@@ -163,8 +163,8 @@
</target>
<!-- run the tests -->
<target name="tests" depends="compile"
description="Run the tests.">
<property name="test" value=""/>
<target name="tests" depends="compile" description="Run the tests.">
<junit printsummary="no" haltonfailure="yes" fork="${junit.fork}">
<classpath refid="classpath"/>
<sysproperty key="test_dir" value="${test.dir}"/>
@@ -172,7 +172,7 @@
<formatter type="brief" usefile="false"/>
<batchtest>
<fileset dir="${src.dir}">
<include name="**/*Test.java"/>
<include name="**/*${test}Test.java"/>
</fileset>
</batchtest>
</junit>