Update of /cvsroot/mocklib/mocklib2/bldfiles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5505/bldfiles
Modified Files:
build.xml
Log Message:
testing
Index: build.xml
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/bldfiles/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** build.xml 21 Dec 2005 18:49:05 -0000 1.3
--- build.xml 21 Dec 2005 18:50:39 -0000 1.4
***************
*** 419,422 ****
--- 419,425 ----
***********************************************************************
-->
+
+
+
<target name="testall" depends="instrumentation" description="Run ALL junit and abbot tests after compiling code">
<mkdir dir="${junit.results}"/>
|