diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-12-30 13:28:06 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-12-30 13:28:06 +0000 |
commit | 0542d5afa8829841b938eddb19eda860d04c78ab (patch) | |
tree | 0a54071b0455adfd5af323ec3ef983a60f812d73 /Jamroot.jam | |
parent | Modern compile options (diff) | |
download | gentoobrowse-api-0542d5afa8829841b938eddb19eda860d04c78ab.tar.bz2 gentoobrowse-api-0542d5afa8829841b938eddb19eda860d04c78ab.tar.xz gentoobrowse-api-0542d5afa8829841b938eddb19eda860d04c78ab.zip |
Move testing import to root
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index a7b1d53..315c5c6 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,5 +1,6 @@ import os ; import slice ; +import testing ; using gcc : : [ os.environ CXX ] ; |