mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-09 15:14: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
|
||||
;
|
||||
|
||||
rule configure-impl ( properties * )
|
||||
rule native-impl ( properties * )
|
||||
{
|
||||
local result ;
|
||||
if ( <target-os>darwin in $(properties) || <target-os>android in $(properties) )
|
||||
@ -65,7 +65,7 @@ test-suite minimal :
|
||||
|
||||
[ run test_coroutine.cpp :
|
||||
: :
|
||||
<conditional>@configure-impl
|
||||
<conditional>@native-impl
|
||||
[ requires cxx11_auto_declarations
|
||||
cxx11_constexpr
|
||||
cxx11_defaulted_functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user