From b2a8e9bc33b6e17015745608ee3987a775e1c15f Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Wed, 09 Aug 2006 21:48:24 +0000
Subject: [PATCH] Added a target to build the integration test subproject

---
 opendj-sdk/opends/build.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/build.xml b/opendj-sdk/opends/build.xml
index 9ddac9a..4497066 100644
--- a/opendj-sdk/opends/build.xml
+++ b/opendj-sdk/opends/build.xml
@@ -701,5 +701,12 @@
     </junitreport>
   </target>
 
+  
+    <target name="integration-tests" 
+        description="Builds the integration tests">
+        <ant dir="${basedir}/tests/integration-tests-testng">
+        </ant>
+    </target>
+        
 </project>
 

--
Gitblit v1.10.0