Update of /cvsroot/cppunit/cppunit2
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20143
Modified Files:
changelog.txt sconstruct
Log Message:
Added initial support for table fixture (still like cell value automatic
conversion, but it is usable).
Index: sconstruct
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/sconstruct,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** sconstruct 15 Aug 2007 11:20:57 -0000 1.33
--- sconstruct 15 Aug 2007 17:35:39 -0000 1.34
***************
*** 172,175 ****
--- 172,176 ----
buildProjectInDirectory( 'examples/light_fixture' )
buildProjectInDirectory( 'examples/test_function' )
+ buildProjectInDirectory( 'examples/table_fixture' )
##buildProjectInDirectory( 'examples/opentest_demo' )
#buildProjectInDirectory( 'src/qttestdriver' )
Index: changelog.txt
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/changelog.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** changelog.txt 15 Aug 2007 11:20:57 -0000 1.2
--- changelog.txt 15 Aug 2007 17:35:39 -0000 1.3
***************
*** 4,7 ****
--- 4,9 ----
Added support for direct declaration and registration of test in plain C
function. See testfunction.h and example/test_function.
+ Added initial support for table fixture (still like cell value automatic
+ conversion, but it is usable).
* 2007/08/14 blep
|