[Cppunit-cvs] cppunit2 sconstruct,1.14,1.15
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-08-11 07:18:31
|
Update of /cvsroot/cppunit/cppunit2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23769 Modified Files: sconstruct Log Message: * Added log support in test result output * Removed unsued method in TestResultUpdater * Added CppUT::log demo example. Index: sconstruct =================================================================== RCS file: /cvsroot/cppunit/cppunit2/sconstruct,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** sconstruct 8 Aug 2005 22:11:14 -0000 1.14 --- sconstruct 11 Aug 2005 07:18:23 -0000 1.15 *************** *** 130,132 **** --- 130,133 ---- buildProjectInDirectory( 'examples/parametrized_test' ) buildProjectInDirectory( 'examples/checking_assertions' ) + buildProjectInDirectory( 'examples/log_demo' ) #buildProjectInDirectory( 'src/qttestdriver' ) |