diff options
-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 |