Skip to content

Commit

Permalink
add target description for platform tests
Browse files Browse the repository at this point in the history
  • Loading branch information
twall committed Jul 8, 2015
1 parent a0954ce commit 47d21ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Expand Up @@ -974,7 +974,8 @@ osname=macosx;processor=x86;processor=x86-64;processor=ppc
<fail if="testfailure" unless="clover">One or more tests failed</fail>
</target>

<target name="test-platform" depends="compile-some-tests,platform-jar">
<target name="test-platform" depends="compile-some-tests,platform-jar"
description="Run platform-specific tests">
<subant target="test" failonerror="true" inheritall="true" inheritrefs="true">
<property name="file.reference.jna.build" location="${build}"/>
<property name="file.reference.jna.jar" location="${build}/${jar}"/>
Expand Down

0 comments on commit 47d21ec

Please sign in to comment.