summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-04-26 13:35:04 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2020-04-26 13:35:04 +0100
commit1c42b48fda9b53e9ac55a9144e3019782c245bd3 (patch)
treee8d4ea9221b8fa0a65004f2eaad615b782c6fd33 /Jamroot.jam
parentModernize and tidy (diff)
downloadslicer-1c42b48fda9b53e9ac55a9144e3019782c245bd3.tar.bz2
slicer-1c42b48fda9b53e9ac55a9144e3019782c245bd3.tar.xz
slicer-1c42b48fda9b53e9ac55a9144e3019782c245bd3.zip
Move test 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 9f35c7f..98e8e4c 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 ;