Merge branch 'develop'

This commit is contained in:
oliver Kowalke 2016-06-21 08:31:57 +02:00
commit b2e3edcf4d
2 changed files with 14 additions and 2 deletions

View File

@ -31,3 +31,6 @@ boostbook coro
# Absolute path for images:
<format>pdf:<xsl:param>img.src.path=$(here)/html/
;
alias boostdoc : coro
: : : <implicit-dependency>coro ;

View File

@ -26,7 +26,8 @@ project boost/coroutine2/test
<threading>multi
;
run test_coroutine.cpp :
test-suite minimal :
[ run test_coroutine.cpp :
: :
[ requires cxx11_auto_declarations
cxx11_constexpr
@ -38,4 +39,12 @@ run test_coroutine.cpp :
cxx11_nullptr
cxx11_rvalue_references
cxx11_template_aliases
cxx11_variadic_templates ] ;
cxx11_variadic_templates ] ] ;
test-suite full :
minimal ;
test-suite extra ;
explicit minimal ;
explicit extra ;