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

Diff of /trunk/ascend/utilities/test/SConscript

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 400 by johnpye, Fri Mar 31 10:59:36 2006 UTC revision 451 by johnpye, Wed Apr 5 05:14:20 2006 UTC
# Line 2  Import('env') Line 2  Import('env')
2    
3  import glob  import glob
4    
5  srcs = glob.glob("*.c")  env['TESTSRCS_UTILITIES'] = glob.glob("*.c")
   
 test_cpppath = [  
     '#base/generic'  
     , '#test'  
     , env['CUNIT_CPPPATH']  
 ]  
   
 env.Library('asctestutilities',srcs  
     , CPPPATH=test_cpppath  
 )  

Legend:
Removed from v.400  
changed lines
  Added in v.451

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