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

Contents of /trunk/finley/test/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log


Revision 455 - (show annotations)
Tue Jan 24 04:36:54 2006 UTC (17 years, 2 months ago) by jgs
File size: 329 byte(s)
minor comment and formatting changes

1 # top-level Scons configuration file for all finley unit tests
2
3 #
4 # set appropriate configuration variable defaults
5 esysroot=str(Dir('./../../').abspath)
6 execfile(str(File(esysroot+"/scons/esys_options.py")))
7
8 #
9 # call appropriate SConscripts
10
11 target_scripts = ['MeshAdapter/SConscript']
12
13 SConscript(target_scripts, duplicate=0)

  ViewVC Help
Powered by ViewVC 1.1.26