tests/java/build.xml
changeset 3547 23009d04bf51
parent 3546 325b9a3fe433
child 3556 2d57170bb6d5
--- a/tests/java/build.xml	Wed Mar 30 21:59:42 2016 +0100
+++ b/tests/java/build.xml	Wed Mar 30 22:05:55 2016 +0100
@@ -81,4 +81,21 @@
             </batchtest>
         </junit>
     </target>
+
+    <target name="test.run.INVOKEX" extensionOf="test.run.post">
+        <mkdir dir="${test.report.dir}"/>        
+        <junit fork="yes" failureproperty="test.failure">
+            <classpath>
+            	<pathelement path="bin-tests-INVOKEX"/>
+            	<path refid="build.classpath"/>
+            </classpath>                         
+            <formatter type="plain"/>
+            <batchtest todir="${test.report.dir}">
+                <fileset dir="src-tests-INVOKEX">
+                    <include name="**/*.java"/>                    
+                    <exclude name="stx/libjava/tests/mocks/**/*.java"/>
+                </fileset>
+            </batchtest>
+        </junit>
+    </target>
 </project>
\ No newline at end of file