configurationengine/source/cone/test.xml
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/cone/test.xml	Thu Mar 11 17:04:37 2010 +0200
@@ -0,0 +1,16 @@
+<!--****************************************************************************
+ * Configuration Engine (ConE) test build file
+ * This ant test.xml will test ConE 
+ ****************************************************************************-->
+
+<project name="cone-test" default="test">
+    
+    <target name="test">
+        <echo message="Running tests..."/>
+        <delete file="nose_unittests.xml"/>
+        <exec executable="nosetests">
+            <arg line=" -c nose_unittests.cfg"/>
+        </exec>
+    </target>
+
+</project>