# msm/example/mpl_graph/Jamfile.v2 tests the mpl_graph examples # # Copyright (c) 2010 Gordon Woodhull # # Use, modification and distribution is subject to the Boost Software License, # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) import testing ; project msm : requirements . gcc:"-ftemplate-depth-300 -g0" darwin:"-ftemplate-depth-300 -g0" intel:"-g0" gcc:off darwin:off intel:off /boost/test//boost_unit_test_framework/static /boost/serialization//boost_serialization/static ; test-suite msm-unit-tests : [ compile adjacency_list_graph.cpp ] [ compile depth_first_search.cpp ] [ compile breadth_first_search.cpp ] [ compile incidence_list_graph.cpp ] [ compile msm_adaptor.cpp ] ;