Skip to content

Commit

Permalink
JAVA-2084: Ensure that server discovery and monitoring specification …
Browse files Browse the repository at this point in the history
…tests can run via Ant
  • Loading branch information
jyemin committed Jan 13, 2016
1 parent 32c3c6c commit 9d49099
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@
<classpath refid="test.classpath"/>
<compilerarg value="-Xlint:all,-rawtypes,-deprecation"/>
</javac>

<copy todir="${build.test.dir}">
<fileset dir="src/test-resources"/>
</copy>
</target>

<target name="test" depends="test-compile, test-nodeps"/>
Expand Down

0 comments on commit 9d49099

Please sign in to comment.