[Cppunit-cvs] cppunit2/src/opentest SConscript,1.5,1.6
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-08-10 03:20:24
|
Update of /cvsroot/cppunit/cppunit2/src/opentest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31446/src/opentest Modified Files: SConscript Log Message: Rewrote failure reporting during test. It now provides more structure while still providing some flexibility. Index: SConscript =================================================================== RCS file: /cvsroot/cppunit/cppunit2/src/opentest/SConscript,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** SConscript 30 Jun 2005 21:48:09 -0000 1.5 --- SConscript 8 Aug 2005 22:10:21 -0000 1.6 *************** *** 3,10 **** buildLibary( env, Split( """ interfaces.cpp - remoteinterfaces.cpp serializer.cpp - sharedmemorytransport.cpp texttestdriver.cpp """ ), 'opentest' ) --- 3,11 ---- buildLibary( env, Split( """ interfaces.cpp serializer.cpp texttestdriver.cpp """ ), 'opentest' ) + + # remoteinterfaces.cpp + # sharedmemorytransport.cpp |