1#  Boost.MPL Library example Jamfile
2#
3#  Copyright (c) 2008 James E. King III
4#
5#  Distributed under the Boost Software License, Version 1.0. (See accompany-
6#  ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7
8import testing ;
9
10test-suite "mpl-examples"
11   :    [ run     inherit_linearly.cpp ]
12        [ compile integer.cpp ]
13        [ run     tuple_from_list.cpp ]
14   ;
15
16