]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/spirit/repository/test/Jamfile
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / spirit / repository / test / Jamfile
CommitLineData
7c673cae
FG
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#==============================================================================
9project spirit_v2_repository/test
10 : requirements
11 <include>.
11fdf7f2 12 <c++-template-depth>300
7c673cae
FG
13 :
14 :
15 ;
16
17# bring in rules for testing
18import testing ;
19
20{
21 test-suite spirit_v2_repository :
22
23 # run Qi repository tests
24 [ run qi/advance.cpp : : : : qi_repo_advance ]
25 [ run qi/confix.cpp : : : : qi_repo_confix ]
26 [ run qi/distinct.cpp : : : : qi_repo_distinct ]
27 [ run qi/subrule.cpp : : : : qi_repo_subrule ]
28 [ run qi/keywords.cpp : : : : qi_repo_keywords ]
29 [ run qi/seek.cpp : : : : qi_repo_seek ]
30
31 # run Karma repository tests
32 [ run karma/confix.cpp : : : : karma_repo_confix ]
33 [ run karma/subrule.cpp : : : : karma_repo_subrule ]
34
35 ;
36}
37