mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-11 05:24:01 +00:00
fix test/Jamfile.v2 requirements
This commit is contained in:
parent
d1b7251e63
commit
bde8dc0cc4
@ -26,7 +26,8 @@ project boost/coroutine2/test
|
|||||||
<threading>multi
|
<threading>multi
|
||||||
;
|
;
|
||||||
|
|
||||||
run test_coroutine.cpp :
|
test-suite minimal :
|
||||||
|
[ run test_coroutine.cpp :
|
||||||
: :
|
: :
|
||||||
[ requires cxx11_auto_declarations
|
[ requires cxx11_auto_declarations
|
||||||
cxx11_constexpr
|
cxx11_constexpr
|
||||||
@ -38,4 +39,12 @@ run test_coroutine.cpp :
|
|||||||
cxx11_nullptr
|
cxx11_nullptr
|
||||||
cxx11_rvalue_references
|
cxx11_rvalue_references
|
||||||
cxx11_template_aliases
|
cxx11_template_aliases
|
||||||
cxx11_variadic_templates ] ;
|
cxx11_variadic_templates ] ] ;
|
||||||
|
|
||||||
|
test-suite full :
|
||||||
|
minimal ;
|
||||||
|
|
||||||
|
test-suite extra ;
|
||||||
|
|
||||||
|
explicit minimal ;
|
||||||
|
explicit extra ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user