diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-04-26 13:35:04 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-04-26 13:35:04 +0100 |
commit | 1c42b48fda9b53e9ac55a9144e3019782c245bd3 (patch) | |
tree | e8d4ea9221b8fa0a65004f2eaad615b782c6fd33 /Jamroot.jam | |
parent | Modernize and tidy (diff) | |
download | slicer-1c42b48fda9b53e9ac55a9144e3019782c245bd3.tar.bz2 slicer-1c42b48fda9b53e9ac55a9144e3019782c245bd3.tar.xz slicer-1c42b48fda9b53e9ac55a9144e3019782c245bd3.zip |
Move test import to root
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 1 |
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 ; |