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

Contents of /trunk/ascend/utilities/test/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 400 - (show annotations) (download)
Fri Mar 31 10:59:36 2006 UTC (18 years, 11 months ago) by johnpye
Original Path: trunk/base/generic/utilities/test/SConscript
File size: 202 byte(s)
Almost there with getting Jerry's tests to run. Just sorting out the linking.
1 Import('env')
2
3 import glob
4
5 srcs = glob.glob("*.c")
6
7 test_cpppath = [
8 '#base/generic'
9 , '#test'
10 , env['CUNIT_CPPPATH']
11 ]
12
13 env.Library('asctestutilities',srcs
14 , CPPPATH=test_cpppath
15 )

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