[Mocklib-checkins] netmocklib/bldfiles project.build,1.6,1.7
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2008-04-11 05:43:00
|
Update of /cvsroot/mocklib/netmocklib/bldfiles In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21122/bldfiles Modified Files: project.build Log Message: change to executing exe Index: project.build =================================================================== RCS file: /cvsroot/mocklib/netmocklib/bldfiles/project.build,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.build 10 Apr 2008 08:46:56 -0000 1.6 --- project.build 11 Apr 2008 05:42:55 -0000 1.7 *************** *** 139,146 **** <target name="testall" depends="compile"> ! <nunit2> <formatter type="Plain" /> <test assemblyname="${assemblies}/${test.comp}"/> ! </nunit2> </target> --- 139,149 ---- <target name="testall" depends="compile"> ! <exec program="tools/NUnit/nunit-console.exe"> ! <arg line="${assemblies}/${test.comp}" /> ! </exec> ! <!--nunit2> <formatter type="Plain" /> <test assemblyname="${assemblies}/${test.comp}"/> ! </nunit2--> </target> |