summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-09-05 01:37:48 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-12-17 15:36:04 +0000
commitd55be30fee9f4d91d36954f3b29e96d775e3b28c (patch)
tree3eed0870d32643279e84ba3e9217183d628ec311 /Jamroot.jam
parentIntroduce lightweight flatmap (diff)
downloadicespider-d55be30fee9f4d91d36954f3b29e96d775e3b28c.tar.bz2
icespider-d55be30fee9f4d91d36954f3b29e96d775e3b28c.tar.xz
icespider-d55be30fee9f4d91d36954f3b29e96d775e3b28c.zip
Move import testing
Allows disabling test execution from any level
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 fd3d883..53f0475 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 ;