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:
+3
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user