diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index f612dce..498a763 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -28,7 +28,7 @@ project boost/coroutine2/test release ; -rule configure-impl ( properties * ) +rule native-impl ( properties * ) { local result ; if ( darwin in $(properties) || android in $(properties) ) @@ -65,7 +65,7 @@ test-suite minimal : [ run test_coroutine.cpp : : : - @configure-impl + @native-impl [ requires cxx11_auto_declarations cxx11_constexpr cxx11_defaulted_functions