mirror of
https://github.com/boostorg/assert.git
synced 2025-08-02 05:44:28 +02:00
Rephrase current_function_test so that boost_test_jamfile picks it up
This commit is contained in:
@@ -3,6 +3,3 @@
|
|||||||
# See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
|
# 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)
|
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)
|
|
||||||
|
@@ -10,7 +10,8 @@
|
|||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
run assert_test.cpp ;
|
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 verify_test.cpp ;
|
||||||
run assert_is_void_test.cpp ;
|
run assert_is_void_test.cpp ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user