From 2ace824e444d3a96010c6a87334d7d575ac0aa90 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 12 Jun 2014 19:53:08 +0400 Subject: [PATCH] Renamed test and added to Jamfile. --- test/Jamfile.v2 | 2 ++ test/{noncopyable_test.cpp => noncopyable_compile_fail.cpp} | 0 2 files changed, 2 insertions(+) rename test/{noncopyable_test.cpp => noncopyable_compile_fail.cpp} (100%) 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