From 7939bf7ae6978dbea1458c91e5232736fe85196f Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 25 Apr 2024 08:31:33 -0500 Subject: [PATCH] Add missing b2 testing module import. --- test/Jamfile.v2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 4e38eac..f9d4fd2 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -7,6 +7,7 @@ # import os ; +import testing ; # import rules for testing conditional on config file variables import config : requires ; @@ -25,7 +26,7 @@ test-suite dynamic_bitset : [ run test_lowest_bit.cpp ] [ run test_boost_hash.cpp ] - [ run test_std_hash.cpp : : : [ requires cxx11_hdr_unordered_set ] ] + [ run test_std_hash.cpp : : : [ requires cxx11_hdr_unordered_set ] ] [ compile-fail test_std_hash.cpp : [ requires cxx11_hdr_unordered_set ] BOOST_DYNAMIC_BITSET_NO_STD_HASH