[Mocklib-checkins] mocklib2/bldfiles build.xml,1.3,1.4
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2005-12-21 18:50:51
|
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}"/> |