Fail cases transitorily removed

[SVN r17013]
This commit is contained in:
Fernando Cacciola
2003-01-23 19:18:35 +00:00
parent 8db34f0637
commit 6fd5d2faad

View File

@ -13,5 +13,7 @@ DEPENDS all : test ;
# look in BOOST_ROOT for sources first, just in this Jamfile # look in BOOST_ROOT for sources first, just in this Jamfile
local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ; local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
test-suite optional : [ run libs/optional/test/optional_test.cpp ] ; test-suite optional :
[ run libs/optional/test/optional_test.cpp ]
;
} }