Skip to content
Snippets Groups Projects
Commit 3ea5cf39 authored by felmer's avatar felmer
Browse files

add build script and tests.xml

SVN: 55
parent 8a70d4b4
No related branches found
No related tags found
No related merge requests found
<project name="authentication" basedir="..">
<import file="../../build_resources/ant/build-common.xml" />
<project-classpath name="ecp" classes="${classes}" />
<target name="compile">
<antcall target="-compile" />
</target>
<target name="compile-tests">
<antcall target="-compile-tests" />
</target>
<target name="ci">
<antcall target="-run-tests">
<param name="test.suite" value="tests.xml"/>
</antcall>
</target>
</project>
\ No newline at end of file
<suite name="All" verbose="1" >
<test name="All" >
<packages>
<package name="ch.systemsx.*" />
</packages>
</test>
</suite>
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