/[ascend]/trunk/test/SConscript
ViewVC logotype

Diff of /trunk/test/SConscript

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

revision 400 by johnpye, Fri Mar 31 10:59:36 2006 UTC revision 459 by johnpye, Fri Apr 7 08:05:05 2006 UTC
# Line 9  srcs = Split(""" Line 9  srcs = Split("""
9  test_cpppath = [  test_cpppath = [
10      '#base/generic'      '#base/generic'
11      , '#test'      , '#test'
     , env['CUNIT_CPPPATH']  
12  ]  ]
13    if env.has_key('CUNIT_CPPPATH'):
14        test_cpppath.append(env['CUNIT_CPPPATH'])
15    
16  env.Library('asctest',srcs  env.Library('asctest',srcs
17      , CPPPATH=test_cpppath      , CPPPATH=test_cpppath

Legend:
Removed from v.400  
changed lines
  Added in v.459

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22