From 11e0ed43bd34a7dff631b5640d0d5891ef0afadd Mon Sep 17 00:00:00 2001
From: madiot <madiot@localhost>
Date: Fri, 04 Sep 2009 14:21:12 +0000
Subject: [PATCH] adding build target 'tests-specs' to generate in ${logs.dir} the functional tests specs out of the STAX XML files specs commentaries

---
 opends/tests/staf-tests/shared/ant/build.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/opends/tests/staf-tests/shared/ant/build.xml b/opends/tests/staf-tests/shared/ant/build.xml
index 0423b78..0460e42 100644
--- a/opends/tests/staf-tests/shared/ant/build.xml
+++ b/opends/tests/staf-tests/shared/ant/build.xml
@@ -381,6 +381,11 @@
   <!-- ######### -->
   <!-- # TESTS # -->
   <!-- ######### -->
+  <!-- generate tests specs -->
+  <target name="tests-specs"
+          depends="set-func-type,global-init">
+    <ant antfile="${antfile.dir}/tests.xml" target="specs"/>
+  </target>
 
   <target name="set-func-type">
     <property name="tests.type" value="functional-tests"/>

--
Gitblit v1.10.0