diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-04-18 13:10:52 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-04-18 13:10:52 +0100 |
commit | a11a1b82936697deccc726373146dcaeb8aa9902 (patch) | |
tree | 7b2b4662f817d5d5f5cbb56624b00a6a700bbac2 /Jamroot.jam | |
parent | Allow implicit lazy pointer construction for suitable types (diff) | |
download | libadhocutil-a11a1b82936697deccc726373146dcaeb8aa9902.tar.bz2 libadhocutil-a11a1b82936697deccc726373146dcaeb8aa9902.tar.xz libadhocutil-a11a1b82936697deccc726373146dcaeb8aa9902.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 5df7f6e..69b3aca 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 ; |