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 |
# |
# |
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 |
# |
# |