[Cppunit-cvs] cppunit2 sconstruct,1.22,1.23
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-12-11 17:16:19
|
Update of /cvsroot/cppunit/cppunit2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29225 Modified Files: sconstruct Log Message: * rough sketch of a working OpenTest driver with CppUT adaptor for TestRunner. Index: sconstruct =================================================================== RCS file: /cvsroot/cppunit/cppunit2/sconstruct,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** sconstruct 11 Nov 2005 20:54:14 -0000 1.22 --- sconstruct 11 Dec 2005 17:16:08 -0000 1.23 *************** *** 3,7 **** options = Options() ! options.Add( 'platform', 'platform used to build cppunit 2: suncc, vacpp, mingw, msvc6, msvc7, msvc71, linux-gcc', 'mingw' ) platform = ARGUMENTS.get( 'platform' ) --- 3,7 ---- options = Options() ! options.Add( 'platform', 'platform used to build cppunit 2: suncc, vacpp, mingw, msvc6, msvc7, msvc71, msvc80, linux-gcc', 'mingw' ) platform = ARGUMENTS.get( 'platform' ) *************** *** 134,136 **** --- 134,137 ---- buildProjectInDirectory( 'examples/log_demo' ) buildProjectInDirectory( 'examples/stringize_demo' ) + buildProjectInDirectory( 'examples/opentest_demo' ) #buildProjectInDirectory( 'src/qttestdriver' ) |