diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-07 15:40:38 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-07 15:40:38 +0100 |
commit | bf19544896c3b9c79799d36d7355e35809e9e390 (patch) | |
tree | 6f61484be576f429708e4c0278f08d41bfc1afe1 /Jamroot.jam | |
parent | Update news test article (diff) | |
download | gentoobrowse-bf19544896c3b9c79799d36d7355e35809e9e390.tar.bz2 gentoobrowse-bf19544896c3b9c79799d36d7355e35809e9e390.tar.xz gentoobrowse-bf19544896c3b9c79799d36d7355e35809e9e390.zip |
Move testing 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 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 ; |