Rephrase current_function_test so that boost_test_jamfile picks it up

This commit is contained in:
Peter Dimov
2018-09-29 00:18:35 +03:00
parent eec233c0e5
commit e646ac8c67
2 changed files with 2 additions and 4 deletions

View File

@ -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)

View File

@ -10,7 +10,8 @@
import testing ;
run assert_test.cpp ;
run current_function_test.cpp : : : <test-info>always_show_run_output ;
run current_function_test.cpp
: : : <test-info>always_show_run_output ;
run verify_test.cpp ;
run assert_is_void_test.cpp ;