blautenb 2003/07/15 05:35:29
Modified: . build.xml
Log:
Added test_xenc target
Revision Changes Path
1.58 +12 -0 xml-security/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-security/build.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- build.xml 23 May 2003 09:06:17 -0000 1.57
+++ build.xml 15 Jul 2003 12:35:29 -0000 1.58
@@ -569,6 +569,18 @@
</java>
</target>
+ <target name="test_xenc"
+ depends="compile.tests"
+ if="junit.present"
+ description="Runs merlin-five encryption interop">
+ <java
classname="org.apache.xml.security.test.encryption.BaltimoreEncTest"
+ fork="yes"
+ taskname="junit"
+ failonerror="true">
+ <classpath refid="classpath.test" />
+ </java>
+ </target>
+
<target name="testjar"
depends="prepare,check-bc"
if="xmlsec.build.present"