mirror of
https://github.com/boostorg/detail.git
synced 2025-07-29 11:57:15 +02:00
skipped test_utf8_codecvt if w?stream not supported
This commit is contained in:
13
test/Jamfile
13
test/Jamfile
@ -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 ]
|
||||
;
|
||||
|
Reference in New Issue
Block a user