[Cppunit-cvs] cppunit2/src/cpputtest SConscript,1.13,1.14
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-11-10 09:05:49
|
Update of /cvsroot/cppunit/cppunit2/src/cpputtest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30485/src/cpputtest Modified Files: SConscript Log Message: - added check_cpput and check_opentest alias to build script to run unit tests. Index: SConscript =================================================================== RCS file: /cvsroot/cppunit/cppunit2/src/cpputtest/SConscript,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** SConscript 8 Nov 2005 19:54:38 -0000 1.13 --- SConscript 10 Nov 2005 09:05:41 -0000 1.14 *************** *** 15,17 **** reflectiontest.cpp """ ), ! 'cpputtest' ) --- 15,18 ---- reflectiontest.cpp """ ), ! 'cpputtest', ! 'check_cpput' ) |