diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index a45ed8e67e..ae2efc8a8a 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -2,20 +2,20 @@ import testing ; project : requirements - ../build//boost_program_options + /boost//program_options static debug # _GLIBCXX_CONCEPT_CHECKS # _GLIBCXX_DEBUG ; - + rule po-test ( source : input-file ? ) { return [ run $(source) : : $(input-file) ] [ run $(source) : : $(input-file) - : shared BOOST_PROGRAM_OPTIONS_DYN_LINK=1 + : shared : $(source:B)_dll ] ; } @@ -37,7 +37,7 @@ test-suite program_options : [ po-test optional_test.cpp ] [ run options_description_test.cpp : : : off BOOST_NO_RTTI BOOST_NO_TYPEID : options_description_no_rtti_test ] ; - + exe test_convert : test_convert.cpp ; # `quick` target (for CI)