Parent Directory | Revision Log | 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 |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |