[Cppunit-cvs] cppunit/doc cookbook.dox,1.5,1.6
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-06-14 21:15:33
|
Update of /cvsroot/cppunit/cppunit/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19267/doc Modified Files: cookbook.dox Log Message: * fixed post-build step for running test in vc++ Index: cookbook.dox =================================================================== RCS file: /cvsroot/cppunit/cppunit/doc/cookbook.dox,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** cookbook.dox 1 Jun 2002 11:38:59 -0000 1.5 --- cookbook.dox 14 Jun 2005 21:15:15 -0000 1.6 *************** *** 512,516 **** With Visual C++, this is done in <em>Project Settings/Post-Build step</em>, ! by adding the following command: <tt>$(TargetPath)</tt>. It is expanded to the application executable path. Look up the project <tt>examples/cppunittest/CppUnitTestMain.dsp</tt> which --- 512,516 ---- With Visual C++, this is done in <em>Project Settings/Post-Build step</em>, ! by adding the following command: <tt>"$(TargetPath)"</tt>. It is expanded to the application executable path. Look up the project <tt>examples/cppunittest/CppUnitTestMain.dsp</tt> which |