mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 12:07:21 +02:00
Fail cases transitorily removed
[SVN r17013]
This commit is contained in:
@ -13,5 +13,7 @@ DEPENDS all : test ;
|
||||
# look in BOOST_ROOT for sources first, just in this Jamfile
|
||||
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 ]
|
||||
;
|
||||
}
|
||||
|
Reference in New Issue
Block a user