Skip to content

Commit

Permalink
Run test target should be working too now
Browse files Browse the repository at this point in the history
git-svn-id: https://cdk.svn.sourceforge.net/svnroot/cdk/trunk/cdk@4310 eb4e18e3-b210-0410-a6ab-dec725e4b171
  • Loading branch information
egonw committed May 2, 2005
1 parent 0e86839 commit bd397e8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.xml
Expand Up @@ -641,14 +641,15 @@
</junit>
</target>

<!-- target id="run-test" name="run-test" depends="dist-large, dist-test"
<target id="run-test" name="run-test" depends="dist-all"
description="Runs one specific JUnit test suite (org.openscience.cdk.test.&lt;class>) as a standalone application with -Dtestclass=&lt;class>.">
<echo message="Running test class: testclass=${testclass}"/>
<java classname="org.openscience.cdk.test.${testclass}" fork="yes">
<jvmarg value="-Dcdk.debugging=true"/>
<classpath>
<pathelement location="${dist}/jar/cdk-${version}.jar" />
<pathelement location="${dist}/jar/cdk-test.jar" />
<fileset dir="${dist}/jar/">
<include name="*.jar" />
</fileset>
<fileset dir="${lib}">
<include name="*.jar" />
</fileset>
Expand All @@ -660,7 +661,7 @@
</fileset>
</classpath>
</java>
</target -->
</target>

<target id="junit-test" name="junit-test" depends="dist-all, noJunit"
description="Runs one specific JUnit test suite (org.openscience.cdk.test.&lt;class>) with -Dtestclass=&lt;class>.">
Expand Down

0 comments on commit bd397e8

Please sign in to comment.