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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 208 by robwdcock, Tue Nov 22 07:55:09 2005 UTC revision 209 by robwdcock, Wed Nov 23 06:32:25 2005 UTC
# Line 1  Line 1 
1  Import('*')  Import('*')
2    
3  headers= Split("""CppUnitException.h  src_dir = env.Dir('.').srcnode().abspath
4                    CppUnitTestNamespace.h  
5                    Guards.h  import os
6                    Test.h  filenames = os.listdir(src_dir)
7                    TestCaller.h  headers = [x for x in filenames if os.path.splitext(x)[1] in ['.h']]
                   TestCase.h  
                   TestFailure.h  
                   TestResult.h  
                   TestRunner.h  
                   TestSuite.h  
                   TextTestResult.h  
                   estring.h""")  
8    
9  include = Dir('CppUnitTest', esys_inc)  include = Dir('CppUnitTest', esys_inc)
10  env.Install( include, headers )  env.Install( include, headers )

Legend:
Removed from v.208  
changed lines
  Added in v.209

  ViewVC Help
Powered by ViewVC 1.1.26