Skip to content

Commit 98e96aa

Browse files
committed
gha
1 parent 867bfac commit 98e96aa

File tree

2 files changed

+2
-547
lines changed

2 files changed

+2
-547
lines changed

test/Jamfile.v2

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ compile _hpp_serialization_writer_test.cpp ;
4949
compile _hpp_to_variant_test.cpp ;
5050

5151
run boost_exception_test.cpp ;
52-
run boost_json_test.cpp : : : <library>/boost/json//boost_json ;
5352
run BOOST_LEAF_ASSIGN_test.cpp ;
5453
run BOOST_LEAF_AUTO_test.cpp ;
5554
run BOOST_LEAF_CHECK_test.cpp ;
@@ -145,8 +144,8 @@ lib so_dll_static_lib1 : so_dll_lib1.cpp : <link>static <define>BOOST_LEAF_SO_DL
145144
lib so_dll_static_lib2 : so_dll_lib2.cpp : <link>static <define>BOOST_LEAF_SO_DLL_TEST_STATIC <target-os>windows:<define>BOOST_LEAF_CFG_WIN32=2 ;
146145
run so_dll_test.cpp so_dll_static_lib1 so_dll_static_lib2 : : : <define>BOOST_LEAF_SO_DLL_TEST_STATIC <target-os>windows:<define>BOOST_LEAF_CFG_WIN32=2 : so_dll_static_test ;
147146

148-
compile-fail _compile-fail-arg_boost_error_info_1.cpp ;
149-
compile-fail _compile-fail-arg_boost_error_info_2.cpp ;
147+
compile-fail _compile-fail-arg_boost_error_info_1.cpp : <exception-handling>off:<build>no ;
148+
compile-fail _compile-fail-arg_boost_error_info_2.cpp : <exception-handling>off:<build>no ;
150149
compile-fail _compile-fail-arg_catch_1.cpp ;
151150
compile-fail _compile-fail-arg_catch_2.cpp ;
152151
compile-fail _compile-fail-arg_match_1.cpp ;

0 commit comments

Comments
 (0)