Parent Directory
|
Revision Log
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 |