Skip to content
Snippets Groups Projects
Commit 2f2a356a authored by felmer's avatar felmer
Browse files

SE-146 try to fix bug

SVN: 12919
parent 9935a383
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,11 @@ ...@@ -33,6 +33,11 @@
</target> </target>
<target name="run-tests"> <target name="run-tests">
<copy todir="${classes}">
<fileset dir="${sources}">
<include name="**/*.xsd" />
</fileset>
</copy>
<antcall target="build-common.run-tests"> <antcall target="build-common.run-tests">
<param name="test.suite" value="tests.xml" /> <param name="test.suite" value="tests.xml" />
</antcall> </antcall>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment