diff --git a/test/link/test/Jamfile.v2 b/test/link/test/Jamfile.v2 index 3de72240..234da7cc 100644 --- a/test/link/test/Jamfile.v2 +++ b/test/link/test/Jamfile.v2 @@ -72,40 +72,41 @@ autolink-lib link_test : ../link_test.cpp explicit link_test ; run ../main.cpp link_test - : : : msvc-8.0:no static static single debug : link_test_static_single_debug ; + : : : msvc-8.0:no static static single debug : link_test_ssd ; run ../main.cpp link_test - : : : msvc-8.0:no static static single release : link_test_static_single_release ; + : : : msvc-8.0:no static static single release : link_test_ssr ; run ../main.cpp link_test - : : : static static multi debug : link_test_static_multi_debug ; + : : : static static multi debug : link_test_smd ; run ../main.cpp link_test - : : : static static multi release : link_test_static_multi_release ; + : : : static static multi release : link_test_smr ; run ../main.cpp link_test - : : : static shared multi debug : link_test_dyn_multi_debug ; + : : : static shared multi debug : link_test_dmd ; run ../main.cpp link_test - : : : static shared multi release : link_test_dyn_multi_release ; + : : : static shared multi release : link_test_dmr ; run ../main.cpp link_test - : : : static shared single debug : link_test_dyn_single_debug ; + : : : static shared single debug : link_test_dsd ; run ../main.cpp link_test - : : : static shared single release : link_test_dyn_single_release ; + : : : static shared single release : link_test_dsr ; run ../main.cpp link_test - : : : BOOST_DYN_LINK=1 shared shared multi debug : link_test_dll_dyn_multi_debug ; + : : : BOOST_DYN_LINK=1 shared shared multi debug : link_test_dll_dmd ; run ../main.cpp link_test - : : : BOOST_DYN_LINK=1 shared shared multi release : link_test_dll_dyn_multi_release ; + : : : BOOST_DYN_LINK=1 shared shared multi release : link_test_dll_dmr ; run ../main.cpp link_test - : : : BOOST_DYN_LINK=1 shared shared single debug : link_test_dll_dyn_single_debug ; + : : : BOOST_DYN_LINK=1 shared shared single debug : link_test_dll_dsd ; run ../main.cpp link_test - : : : BOOST_DYN_LINK=1 shared shared single release : link_test_dll_dyn_single_release ; + : : : BOOST_DYN_LINK=1 shared shared single release : link_test_dll_dsr ; +