skipped test_utf8_codecvt if w?stream not supported

This commit is contained in:
Robert Ramey
2016-05-02 10:33:05 -07:00
parent e9c548eeb5
commit 4013403c44

View File

@ -13,11 +13,16 @@ project detail/test
<toolset>clang:<cxxflags>-Wno-tautological-compare
<toolset>clang:<cxxflags>-ftemplate-depth-300
<toolset>gcc:<cxxflags>-ftemplate-depth-300
<toolset>gcc:<define>_STLP_DEBUG
<toolset>gcc:<define>_GLIBCXX_DEBUG
<toolset>darwin:<cxxflags>-ftemplate-depth-300
;
for tests in [ glob *.cpp ] {
run $(tests) : : : : $(tests:B) ;
}
# import rules for testing conditional on config file variables
import ../../config/checks/config : requires ;
run binary_search_test.cpp ;
run is_sorted_test.cpp ;
run test_utf8_codecvt.cpp : :
: [ requires std_wstreambuf ]
;