git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@27
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
<target name="clean-dist">
<delete dir="${dist}"/>
</target>
+
+ <target name="test" depends="test-common" />
+ <target name="test-common" depends="compile">
+ <junit printsummary="yes" fork="no" haltonfailure="yes" haltonerror="no">
+ <classpath refid="build.path"/>
+ <formatter type="plain" />
+ <test name="edu.internet2.middleware.shibboleth.common.AQHTest" />
+ </junit>
+ </target>
+
</project>