From 35d3c03d19df09072fae886d78a6dd4f217b590f Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 11 Jun 2004 11:18:50 +0000 Subject: [PATCH] Update [SVN r23085] --- test/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) 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 ] ;