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

Annotation of /trunk/test/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 459 - (hide annotations) (download)
Fri Apr 7 08:05:05 2006 UTC (18 years, 8 months ago) by johnpye
File size: 264 byte(s)
Fixing default PackageOption values
Adding --library option to gtkbrowser for ASC_DEVELOPING override of 'models' path.
1 johnpye 400 Import('env')
2    
3     srcs = Split("""
4     redirectStdStreams.c
5     printutil.c
6     assertimpl.c
7     """)
8    
9     test_cpppath = [
10     '#base/generic'
11     , '#test'
12     ]
13 johnpye 459 if env.has_key('CUNIT_CPPPATH'):
14     test_cpppath.append(env['CUNIT_CPPPATH'])
15 johnpye 400
16     env.Library('asctest',srcs
17     , CPPPATH=test_cpppath
18     )

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