]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/spirit/repository/test/Jamfile
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / spirit / repository / test / Jamfile
1 #==============================================================================
2 # Copyright (c) 2001-2009 Joel de Guzman
3 # Copyright (c) 2001-2009 Hartmut Kaiser
4 #
5 # Use, modification and distribution is subject to the Boost Software
6 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7 # http://www.boost.org/LICENSE_1_0.txt)
8 #==============================================================================
9 project spirit_v2_repository/test
10 : requirements
11 <include>.
12 <toolset>gcc:<cxxflags>-ftemplate-depth-300
13 <toolset>darwin:<cxxflags>-ftemplate-depth-300
14 :
15 :
16 ;
17
18 # bring in rules for testing
19 import testing ;
20
21 {
22 test-suite spirit_v2_repository :
23
24 # run Qi repository tests
25 [ run qi/advance.cpp : : : : qi_repo_advance ]
26 [ run qi/confix.cpp : : : : qi_repo_confix ]
27 [ run qi/distinct.cpp : : : : qi_repo_distinct ]
28 [ run qi/subrule.cpp : : : : qi_repo_subrule ]
29 [ run qi/keywords.cpp : : : : qi_repo_keywords ]
30 [ run qi/seek.cpp : : : : qi_repo_seek ]
31
32 # run Karma repository tests
33 [ run karma/confix.cpp : : : : karma_repo_confix ]
34 [ run karma/subrule.cpp : : : : karma_repo_subrule ]
35
36 ;
37 }
38