mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-11 05:24:01 +00:00
Add missing import-search for cconfig/predef checks.
This commit is contained in:
parent
60ac650ae4
commit
2516ec842b
@ -12,6 +12,7 @@ import os ;
|
|||||||
import path ;
|
import path ;
|
||||||
import testing ;
|
import testing ;
|
||||||
import toolset ;
|
import toolset ;
|
||||||
|
import-search /boost/config/checks ;
|
||||||
import config : requires ;
|
import config : requires ;
|
||||||
|
|
||||||
project
|
project
|
||||||
@ -47,7 +48,7 @@ rule native-impl ( properties * )
|
|||||||
}
|
}
|
||||||
|
|
||||||
test-suite minimal :
|
test-suite minimal :
|
||||||
[ run test_coroutine.cpp :
|
[ run test_coroutine.cpp :
|
||||||
: :
|
: :
|
||||||
<context-impl>fcontext
|
<context-impl>fcontext
|
||||||
[ requires cxx11_auto_declarations
|
[ requires cxx11_auto_declarations
|
||||||
@ -63,7 +64,7 @@ test-suite minimal :
|
|||||||
cxx11_variadic_templates ]
|
cxx11_variadic_templates ]
|
||||||
: test_coroutine_asm ]
|
: test_coroutine_asm ]
|
||||||
|
|
||||||
[ run test_coroutine.cpp :
|
[ run test_coroutine.cpp :
|
||||||
: :
|
: :
|
||||||
<conditional>@native-impl
|
<conditional>@native-impl
|
||||||
[ requires cxx11_auto_declarations
|
[ requires cxx11_auto_declarations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user