unite-test: rename rule to 'native-impl'

This commit is contained in:
Oliver Kowalke 2018-02-19 16:08:19 +01:00
parent 0cc5d85b89
commit 27a3b101d4

View File

@ -28,7 +28,7 @@ project boost/coroutine2/test
<variant>release <variant>release
; ;
rule configure-impl ( properties * ) rule native-impl ( properties * )
{ {
local result ; local result ;
if ( <target-os>darwin in $(properties) || <target-os>android in $(properties) ) if ( <target-os>darwin in $(properties) || <target-os>android in $(properties) )
@ -65,7 +65,7 @@ test-suite minimal :
[ run test_coroutine.cpp : [ run test_coroutine.cpp :
: : : :
<conditional>@configure-impl <conditional>@native-impl
[ requires cxx11_auto_declarations [ requires cxx11_auto_declarations
cxx11_constexpr cxx11_constexpr
cxx11_defaulted_functions cxx11_defaulted_functions