diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index f24698a..2b6928e 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -29,7 +29,7 @@ rule all-tests { { result += [ run $(source) ] ; } - for local source in has_nothrow_assign_test has_nothrow_constr_test + for local source in has_nothrow_assign_test has_nothrow_constr_test has_nothrow_copy_test { result += [ run $(source).cpp : : : BOOST_TT_DISABLE_INTRINSICS : $(source)_no_intrinsics ] ; }