mirror of
https://github.com/boostorg/function.git
synced 2025-07-29 12:27:15 +02:00
Rename test, add to test/Jamfile
This commit is contained in:
@ -36,3 +36,5 @@ run nothrow_swap.cpp ;
|
||||
run rvalues_test.cpp ;
|
||||
compile function_typeof_test.cpp ;
|
||||
run result_arg_types_test.cpp ;
|
||||
|
||||
run boost_test_ubsan.cpp /boost/test//boost_unit_test_framework ;
|
||||
|
@ -1,18 +0,0 @@
|
||||
import testing ;
|
||||
|
||||
variant ubsan_undefined
|
||||
: release
|
||||
:
|
||||
<cxxflags>"-std=c++11 -Wno-unused -fstrict-aliasing -fno-omit-frame-pointer -fsanitize=undefined -fno-sanitize-recover=undefined"
|
||||
<linkflags>"-fsanitize=undefined"
|
||||
<debug-symbols>on
|
||||
<define>BOOST_USE_ASAN=1
|
||||
;
|
||||
|
||||
project
|
||||
: requirements
|
||||
<include>$(BOOST_ROOT)
|
||||
<library>/boost/test//boost_unit_test_framework
|
||||
;
|
||||
|
||||
run test.cpp ;
|
Reference in New Issue
Block a user