From 7db7873401740a9fb438e72232f85b01ea00e7ff Mon Sep 17 00:00:00 2001 From: oliver Kowalke Date: Tue, 13 Dec 2016 08:06:01 +0100 Subject: [PATCH] enable unit-test only if is supported --- test/Jamfile.v2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index b120669..e9226e9 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -33,6 +33,7 @@ test-suite minimal : cxx11_constexpr cxx11_defaulted_functions cxx11_final + cxx11_hdr_thread cxx11_hdr_tuple cxx11_lambdas cxx11_noexcept @@ -48,6 +49,7 @@ test-suite minimal : cxx11_constexpr cxx11_defaulted_functions cxx11_final + cxx11_hdr_thread cxx11_hdr_tuple cxx11_lambdas cxx11_noexcept @@ -67,6 +69,7 @@ test-suite minimal : cxx11_constexpr cxx11_defaulted_functions cxx11_final + cxx11_hdr_thread cxx11_hdr_tuple cxx11_lambdas cxx11_noexcept