Skip to content

Commit

Permalink
Drop self-tests because they don't build for me.
Browse files Browse the repository at this point in the history
  • Loading branch information
jas4711 committed Jul 16, 2014
1 parent 819a37a commit 9af08b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</classpath>
</javac>
</target>
<target depends="test" name="convert" description="convert to .cap" unless="test.build.mock">
<target depends="compile" name="convert" description="convert to .cap" unless="test.build.mock">
<java classname="com.sun.javacard.converter.Converter" fork="true" failonerror="true">
<arg line="-classdir ${build}"/>
<arg line="-verbose"/>
Expand Down

0 comments on commit 9af08b3

Please sign in to comment.