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

Contents of /trunk/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, 7 months ago) by johnpye
File size: 212 byte(s)
Almost there with getting Jerry's tests to run. Just sorting out the linking.
1 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 , env['CUNIT_CPPPATH']
13 ]
14
15 env.Library('asctest',srcs
16 , CPPPATH=test_cpppath
17 )

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