diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-07 01:16:54 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-07 19:46:57 +0000 |
commit | 15a3afe9176b3bfc4b0fb464bbcd7007c40bda5a (patch) | |
tree | 9f47e2ebead371823cc9b216ae1fbb50f800bcf2 | |
parent | Remove C++17/Clang12 semaphore polyfills (diff) | |
download | libadhocutil-15a3afe9176b3bfc4b0fb464bbcd7007c40bda5a.tar.bz2 libadhocutil-15a3afe9176b3bfc4b0fb464bbcd7007c40bda5a.tar.xz libadhocutil-15a3afe9176b3bfc4b0fb464bbcd7007c40bda5a.zip |
Remove C++20 build tests
-rw-r--r-- | libadhocutil/unittests/Jamfile.jam | 27 |
1 files changed, 0 insertions, 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 @@ -39,21 +39,6 @@ run ; run - testCompileTimeFormatter.cpp - : : : - <define>ROOT=\"$(me)\" - <define>BOOST_TEST_DYN_LINK - <library>..//adhocutil - <library>stdc++fs - <library>boost_utf - <cxxstd>17 - -<cxxstd>20 - <implicit-dependency>lorem-ipsum - : - testCompileTimeFormatter17 - ; - -run testUriParse.cpp : : : <define>ROOT=\"$(me)\" @@ -162,18 +147,6 @@ run ; run - testLazyPointer.cpp - : : : - <define>BOOST_TEST_DYN_LINK - <library>..//adhocutil - <library>boost_utf - <cxxstd>17 - -<cxxstd>20 - : - testLazyPointer17 - ; - -run testNvpParse.cpp : : : <define>BOOST_TEST_DYN_LINK |