From 854ab814b9fbf21e3fe08b69a812966ce51e1320 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 16 Aug 2025 15:24:07 +0100 Subject: Add testing import to Jamroot --- Jamroot.jam | 1 + 1 file changed, 1 insertion(+) (limited to 'Jamroot.jam') 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 ; -- cgit v1.2.3