diff --git a/example/mpl_graph/Jamfile.v2 b/example/mpl_graph/Jamfile.v2 index ab2e687..a92c238 100644 --- a/example/mpl_graph/Jamfile.v2 +++ b/example/mpl_graph/Jamfile.v2 @@ -11,7 +11,8 @@ import testing ; project : requirements - . + /boost/msm//boost_msm + . gcc:"-ftemplate-depth-300 -g0" darwin:"-ftemplate-depth-300 -g0" intel:"-g0" diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index f3dcc7e..c012ce1 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -6,18 +6,19 @@ # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) -require-b2 5.0.1 ; -import-search /boost/config/checks ; +require-b2 5.2 ; # bring in rules for testing import testing ; import os ; +import-search /boost/config/checks ; import config : requires ; project : requirements - . + /boost/msm//boost_msm + . gcc:"-ftemplate-depth-300 -g0" darwin:"-ftemplate-depth-300 -g0" intel:"-g0" @@ -61,7 +62,7 @@ test-suite msm-unit-tests [ run Back11Anonymous.cpp : : : [ requires cxx11_variadic_templates ] ] [ run Back11BigWithFunctors.cpp : : - : [ requires cxx11_variadic_templates ] ] + : [ requires cxx11_variadic_templates ] ] [ run Back11CompositeMachine.cpp : : : [ requires cxx11_variadic_templates ] ] [ run Back11Entries.cpp : :