Parent Directory
|
Revision Log
minor comment and formatting changes
1 | jgs | 248 | # top-level Scons configuration file for all finley unit tests |
2 | jgs | 455 | |
3 | # | ||
4 | # set appropriate configuration variable defaults | ||
5 | gross | 425 | esysroot=str(Dir('./../../').abspath) |
6 | execfile(str(File(esysroot+"/scons/esys_options.py"))) | ||
7 | jgs | 248 | |
8 | # | ||
9 | # call appropriate SConscripts | ||
10 | |||
11 | jgs | 288 | target_scripts = ['MeshAdapter/SConscript'] |
12 | jgs | 248 | |
13 | SConscript(target_scripts, duplicate=0) |
ViewVC Help | |
Powered by ViewVC 1.1.26 |