From 9b2065c0cad69000b1584862974f9b926cfcfaae Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 20 Sep 2017 01:37:06 +0300 Subject: [PATCH] Enabled numeric_traits test that has been moved from Boost.Utility. --- test/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ] ;