/[escript]/branches/RW_WIN32/tools/CppUnitTest/inc/CppUnitTest/Sconscript
ViewVC logotype

Contents of /branches/RW_WIN32/tools/CppUnitTest/inc/CppUnitTest/Sconscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 200 - (show annotations)
Tue Nov 22 07:55:09 2005 UTC (17 years, 4 months ago) by robwdcock
File size: 480 byte(s)
PARTIAL WIN32 BUILD SYSTEM AND PORT
+ CppUnitTest build system and library now ported
+ make directory and other no longer necessary directories removed from this branches subversion repository
+ moved a few include files so they are now resident with sources. Build system will Install these to the appropriate location during build.
1 Import('*')
2
3 headers= Split("""CppUnitException.h
4 CppUnitTestNamespace.h
5 Guards.h
6 Test.h
7 TestCaller.h
8 TestCase.h
9 TestFailure.h
10 TestResult.h
11 TestRunner.h
12 TestSuite.h
13 TextTestResult.h
14 estring.h""")
15
16 include = Dir('CppUnitTest', esys_inc)
17 env.Install( include, headers )

  ViewVC Help
Powered by ViewVC 1.1.26