From 27a3b101d404984909cc0b73571f0616ddfea2ae Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Mon, 19 Feb 2018 16:08:19 +0100 Subject: [PATCH] unite-test: rename rule to 'native-impl' --- test/Jamfile.v2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index f612dce..498a763 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -28,7 +28,7 @@ project boost/coroutine2/test release ; -rule configure-impl ( properties * ) +rule native-impl ( properties * ) { local result ; if ( darwin in $(properties) || android in $(properties) ) @@ -65,7 +65,7 @@ test-suite minimal : [ run test_coroutine.cpp : : : - @configure-impl + @native-impl [ requires cxx11_auto_declarations cxx11_constexpr cxx11_defaulted_functions