mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-09 23:24:01 +00:00
unite-test: rename rule to 'native-impl'
This commit is contained in:
parent
0cc5d85b89
commit
27a3b101d4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user