diff --git a/test/Jamfile b/test/Jamfile index 59c0a8d..f862468 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -13,11 +13,16 @@ project detail/test clang:-Wno-tautological-compare clang:-ftemplate-depth-300 gcc:-ftemplate-depth-300 + gcc:_STLP_DEBUG + gcc:_GLIBCXX_DEBUG darwin:-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 ] + ;