/[ascend]/trunk/base/generic/solver/test/SConscript
ViewVC logotype

Contents of /trunk/base/generic/solver/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, 6 months ago) by johnpye
File size: 199 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('asctestsolver',srcs
14 , CPPPATH=test_cpppath
15 )

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