From e646ac8c67798ee1fcf25dc95b313adea9bc3126 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 29 Sep 2018 00:18:35 +0300 Subject: [PATCH] Rephrase current_function_test so that boost_test_jamfile picks it up --- test/CMakeLists.txt | 3 --- test/Jamfile.v2 | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8777910..be878b5 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -3,6 +3,3 @@ # See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt boost_test_jamfile(FILE Jamfile.v2 LIBRARIES Boost::assert Boost::core) - -# This one doesn't import -boost_test(TYPE run SOURCES current_function_test.cpp LIBRARIES Boost::assert Boost::core) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 0b46665..0b5f252 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -10,7 +10,8 @@ import testing ; run assert_test.cpp ; -run current_function_test.cpp : : : always_show_run_output ; +run current_function_test.cpp + : : : always_show_run_output ; run verify_test.cpp ; run assert_is_void_test.cpp ;