summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-12-29 14:30:01 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-12-29 14:30:01 +0000
commitced935e5473fb8bcc26c29352b14ec2e3f4597e1 (patch)
tree1e5f4dc90805ef078c01e6352c0406031c2b155c /Jamroot.jam
parentFixes for tidy (diff)
downloadnetfs-ced935e5473fb8bcc26c29352b14ec2e3f4597e1.tar.bz2
netfs-ced935e5473fb8bcc26c29352b14ec2e3f4597e1.tar.xz
netfs-ced935e5473fb8bcc26c29352b14ec2e3f4597e1.zip
Move testing import to root
Allows settings options anywhere
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 21faf95..69a042f 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 ;