/[escript]/trunk/bruce/test/SConstruct
ViewVC logotype

Diff of /trunk/bruce/test/SConstruct

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

revision 242 by jgs, Mon Nov 28 06:20:51 2005 UTC revision 248 by jgs, Tue Nov 29 04:58:23 2005 UTC
# Line 1  Line 1 
1  # top-level Scons configuration file for all bruce unit tests  # top-level Scons configuration file for all bruce unit tests
2    
 # this is not fully implemented - just a placeholder script for now  
   
3  import os  import os
4    
5  #  #
# Line 20  else: Line 18  else:
18    usegcc = 0    usegcc = 0
19  Export(["usegcc"])  Export(["usegcc"])
20    
21    if ARGUMENTS.get('options',0):
22      options = ARGUMENTS.get('options',0)
23    else:
24      options = None
25    Export(["options"])
26    
27  #  #
28  # set and export esysroot  # set and export esysroot
29    
30  esysroot = Dir('#..')  esysroot = Dir('#../..')
31  Export(["esysroot"])  Export(["esysroot"])
32    
33  #  #

Legend:
Removed from v.242  
changed lines
  Added in v.248

  ViewVC Help
Powered by ViewVC 1.1.26