diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index b698f29..12ea67a 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -38,6 +38,8 @@ run eif_namespace_disambiguation.cpp ; run eif_no_disambiguation.cpp ; run eif_partial_specializations.cpp ; +compile-fail ../noncopyable_compile_fail.cpp ; + run explicit_operator_bool.cpp ; run explicit_operator_bool_noexcept.cpp ; compile-fail explicit_operator_bool_compile_fail_conv_int.cpp ; diff --git a/test/noncopyable_test.cpp b/test/noncopyable_compile_fail.cpp similarity index 100% rename from test/noncopyable_test.cpp rename to test/noncopyable_compile_fail.cpp