From 15a3afe9176b3bfc4b0fb464bbcd7007c40bda5a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 7 Feb 2022 01:16:54 +0000 Subject: Remove C++20 build tests --- libadhocutil/unittests/Jamfile.jam | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/libadhocutil/unittests/Jamfile.jam b/libadhocutil/unittests/Jamfile.jam index 9547322..cb6e9e3 100644 --- a/libadhocutil/unittests/Jamfile.jam +++ b/libadhocutil/unittests/Jamfile.jam @@ -38,21 +38,6 @@ run lorem-ipsum ; -run - testCompileTimeFormatter.cpp - : : : - ROOT=\"$(me)\" - BOOST_TEST_DYN_LINK - ..//adhocutil - stdc++fs - boost_utf - 17 - -20 - lorem-ipsum - : - testCompileTimeFormatter17 - ; - run testUriParse.cpp : : : @@ -161,18 +146,6 @@ run testLazyPointer ; -run - testLazyPointer.cpp - : : : - BOOST_TEST_DYN_LINK - ..//adhocutil - boost_utf - 17 - -20 - : - testLazyPointer17 - ; - run testNvpParse.cpp : : : -- cgit v1.2.3