From 8db34f0637a5b4c71fffa8f202944e25722acfa6 Mon Sep 17 00:00:00 2001 From: Fernando Cacciola Date: Thu, 23 Jan 2003 19:13:11 +0000 Subject: [PATCH] compile-failed cases transitorily removed [SVN r17012] --- test/Jamfile | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 28d3e40..397ff00 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -10,17 +10,8 @@ include testing.jam ; DEPENDS all : test ; { - # look in BOOST_ROOT for sources first, just in this Jamfile - local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ; + # look in BOOST_ROOT for sources first, just in this Jamfile + local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ; - test-suite Optional : - [ run optional_test.cpp ] - [ compile-fail optional_test.cpp SHOW_COMPILATION_FAIL_1] - [ compile-fail optional_test.cpp SHOW_COMPILATION_FAIL_2] - [ compile-fail optional_test.cpp SHOW_COMPILATION_FAIL_3] - [ compile-fail optional_test.cpp SHOW_COMPILATION_FAIL_4a] - [ compile-fail optional_test.cpp SHOW_COMPILATION_FAIL_4b] - [ compile-fail optional_test.cpp SHOW_COMPILATION_FAIL_5a] - [ compile-fail optional_test.cpp SHOW_COMPILATION_FAIL_5b] - ; + test-suite optional : [ run libs/optional/test/optional_test.cpp ] ; }