svn commit: r18762 - trunk/src: argouml-build argouml-core-model

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: linus
Date: 2010-09-18 06:45:47-0700
New Revision: 18762

Modified:
   trunk/src/argouml-build/build.xml
   trunk/src/argouml-core-model/build.xml

Log:
Include argouml-core-model tests in the top ant tests builds.

Modified: trunk/src/argouml-build/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-build/build.xml?view=diff&pathrev=18762&r1=18761&r2=18762
==============================================================================
--- trunk/src/argouml-build/build.xml	(original)
+++ trunk/src/argouml-build/build.xml	2010-09-18 06:45:47-0700
@@ -333,7 +333,15 @@
     <!-- Build the subdirs in order. -->
 
     <!-- argouml-core-infra doesn't have tests. -->
-    <!-- argouml-core-model doesn't have tests. -->
+
+    <!-- Tests for argouml-core-model. -->
+    <!-- Yes, it is unorthodox that these tests reference the mdr tests
+         but that is the way they are currently built. -->
+    <ant dir="../argouml-core-infra" inheritAll="false"        target="jar"/>
+    <ant dir="../argouml-core-model" inheritAll="false"        target="jar"/>
+    <ant dir="../argouml-core-model-mdr" inheritAll="false"    target="jar"/>
+    <ant dir="../argouml-core-model" inheritAll="false"
+         target="${tests-to-do}"/>
 
     <!-- Tests for argouml-core-model-mdr -->
     <ant dir="../argouml-core-infra" inheritAll="false"        target="jar"/>

Modified: trunk/src/argouml-core-model/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/build.xml?view=diff&pathrev=18762&r1=18761&r2=18762
==============================================================================
--- trunk/src/argouml-core-model/build.xml	(original)
+++ trunk/src/argouml-core-model/build.xml	2010-09-18 06:45:47-0700
@@ -174,6 +174,17 @@
     </junit>
   </target>
 
+  <target name="tests"
+          depends="tests-xml"
+          description="Run the automated tests (and supposed to create reports).">
+    <echo message="Reports are currently not created for argouml-core-model."/>
+  </target>
+
+  <target name="guitests">
+    <echo message="No guitests available in argouml-core-model."/>
+  </target>
+
+  <target name="alltests" depends="tests"/>
 
 
   <!-- =================================================================== -->

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2661643

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.