1 |
# Scons configuration file for DataConstant unit tests |
# Scons configuration file for DataConstant unit tests |
2 |
|
|
3 |
|
# |
4 |
|
# set appropriate defaults for configuration variables |
5 |
|
|
6 |
esysroot=str(Dir('./../../../..').abspath) |
esysroot=str(Dir('./../../../..').abspath) |
7 |
execfile(str(File(esysroot+"/scons/esys_options.py"))) |
execfile(str(File(esysroot+"/scons/esys_options.py"))) |
8 |
|
|
9 |
cxx_flags=cxx_flags_debug |
cxx_flags=cxx_flags_debug |
10 |
|
|
11 |
print "Build configuration for module: DataConstant unit tests" |
print "Build configuration for module: DataConstant unit tests" |
12 |
print " cxx: ", cxx |
print " cxx: ", cxx |
13 |
print " cxx_flags: ", cxx_flags |
print " cxx_flags: ", cxx_flags |
14 |
|
|
|
|
|
15 |
# |
# |
16 |
# do the actual build |
# do the actual build |
17 |
|
|