diff --git a/test/Jamfile b/test/Jamfile index 51a477b..2816879 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -312,7 +312,7 @@ lib dll_test : dll_test_lib.cpp : shared:DLL_TEST_DYN_LINK=1 ; explicit dll_test ; run dll_test_main.cpp dll_test : : : static : dll_test_static ; -run dll_test_main.cpp dll_test : : : shared : dll_test_shared ; +run dll_test_main.cpp dll_test : : : shared norecover:no : dll_test_shared ; run make_shared_const_test.cpp ; run make_local_shared_const_test.cpp ;