diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 2949a9e..73b8a18 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -30,5 +30,6 @@ test-suite utility [ 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 next_prior_test.cpp ../../test/build//boost_test_exec_monitor ] [ compile result_of_test.cpp ] ;