Parent Directory | Revision Log | Patch
revision 1028 by johnpye, Fri Apr 7 08:05:05 2006 UTC | revision 1029 by johnpye, Wed Jan 3 14:00:27 2007 UTC | |
---|---|---|
# | Line 13 test_cpppath = [ | Line 13 test_cpppath = [ |
13 | if env.has_key('CUNIT_CPPPATH'): | if env.has_key('CUNIT_CPPPATH'): |
14 | test_cpppath.append(env['CUNIT_CPPPATH']) | test_cpppath.append(env['CUNIT_CPPPATH']) |
15 | ||
16 | env.Library('asctest',srcs | #env.Library('asctest',srcs |
17 | , CPPPATH=test_cpppath | # , CPPPATH=test_cpppath |
18 | ) | #) |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |