diff --git a/test/Jamfile b/test/Jamfile index f862468..37c5e28 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -23,6 +23,7 @@ import ../../config/checks/config : requires ; run binary_search_test.cpp ; run is_sorted_test.cpp ; -run test_utf8_codecvt.cpp : : +run numeric_traits_test.cpp ; +run test_utf8_codecvt.cpp : : : [ requires std_wstreambuf ] ;