diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-16 15:24:07 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-16 16:25:54 +0100 |
commit | 854ab814b9fbf21e3fe08b69a812966ce51e1320 (patch) | |
tree | 00327b6dd2ece52072ff6800004756a05f191abf /Jamroot.jam | |
parent | Use b2 lto feature (diff) | |
download | netfs-gitfs-854ab814b9fbf21e3fe08b69a812966ce51e1320.tar.bz2 netfs-gitfs-854ab814b9fbf21e3fe08b69a812966ce51e1320.tar.xz netfs-gitfs-854ab814b9fbf21e3fe08b69a812966ce51e1320.zip |
Add testing import to Jamroot
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 b023e44..e420b9d 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,4 +1,5 @@ import os ; +import testing ; using gcc : : [ os.environ CXX ] ; variant coverage : debug ; |