summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-04-07 15:40:38 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2023-04-07 15:40:38 +0100
commitbf19544896c3b9c79799d36d7355e35809e9e390 (patch)
tree6f61484be576f429708e4c0278f08d41bfc1afe1 /Jamroot.jam
parentUpdate news test article (diff)
downloadgentoobrowse-bf19544896c3b9c79799d36d7355e35809e9e390.tar.bz2
gentoobrowse-bf19544896c3b9c79799d36d7355e35809e9e390.tar.xz
gentoobrowse-bf19544896c3b9c79799d36d7355e35809e9e390.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 512d8f5..d41305a 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -1,5 +1,6 @@
import os ;
import slice ;
+import testing ;
using gcc : : [ os.environ CXX ] ;
using pkg-config ;