Skip to content
Snippets Groups Projects
Commit 89c98979 authored by ribeaudc's avatar ribeaudc
Browse files

add: - Target 'run-tests'.

SVN: 9149
parent 7dae84dc
No related branches found
No related tags found
No related merge requests found
<project name="authentication" basedir=".."> <project name="authentication" basedir="..">
<import file="../../build_resources/ant/build-common.xml" /> <import file="../../build_resources/ant/build-common.xml" />
<project-classpath name="ecp" classes="${classes}" /> <project-classpath name="ecp" classes="${classes}" />
<property name="mainfolder" value="authentication" /> <property name="mainfolder" value="authentication" />
<target name="ci" depends="build-common.ci, check-dependencies"/> <target name="ci" depends="build-common.ci, check-dependencies" />
<!--
// Runs the test suite 'tests.xml'.
-->
<target name="run-tests" description="Runs the test suite 'tests.xml'.">
<antcall target="build-common.run-tests">
<param name="test.suite" value="tests.xml" />
</antcall>
</target>
</project> </project>
\ No newline at end of file
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