diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 0c65556..224b426 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -22,12 +22,12 @@ test-suite utility [ run ../compressed_pair_test.cpp ../../test/build//boost_test_exec_monitor : -u ] [ run ../addressof_test.cpp ../../test/build//boost_test_exec_monitor ] [ run ../ref_test.cpp ../../test/build//boost_test_exec_monitor ] - [ run ../enable_if_constructors.cpp ../../test/build/boost_test_exec_monitor ] - [ run ../enable_if_dummy_arg_disambiguation.cpp ../../test/build/boost_test_exec_monitor ] - [ run ../enable_if_lazy.cpp ../../test/build/boost_test_exec_monitor ] - [ run ../enable_if_lazy_test.cpp ../../test/build/boost_test_exec_monitor ] - [ run ../enable_if_member_templates.cpp ../../test/build/boost_test_exec_monitor ] - [ run ../enable_if_namespace_disambiguation.cpp ../../test/build/boost_test_exec_monitor ] - [ run ../enable_if_no_disambiguation.cpp ../../test/build/boost_test_exec_monitor ] - [ run ../enable_if_partial_specializations.cpp ../../test/build/boost_test_exec_monitor ] + [ run ../enable_if_constructors.cpp ../../test/build//boost_test_exec_monitor ] + [ run ../enable_if_dummy_arg_disambiguation.cpp ../../test/build//boost_test_exec_monitor ] + [ run ../enable_if_lazy.cpp ../../test/build//boost_test_exec_monitor ] + [ run ../enable_if_lazy_test.cpp ../../test/build//boost_test_exec_monitor ] + [ run ../enable_if_member_templates.cpp ../../test/build//boost_test_exec_monitor ] + [ run ../enable_if_namespace_disambiguation.cpp ../../test/build//boost_test_exec_monitor ] + [ run ../enable_if_no_disambiguation.cpp ../../test/build//boost_test_exec_monitor ] + [ run ../enable_if_partial_specializations.cpp ../../test/build//boost_test_exec_monitor ] ;