summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-12-30 13:28:06 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2020-12-30 13:28:06 +0000
commit0542d5afa8829841b938eddb19eda860d04c78ab (patch)
tree0a54071b0455adfd5af323ec3ef983a60f812d73 /Jamroot.jam
parentModern compile options (diff)
downloadgentoobrowse-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.jam1
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 ] ;