]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/quickbook/test/include/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / quickbook / test / include / Jamfile.v2
1 #
2 # Copyright (c) 2011 Daniel James
3 #
4 # Distributed under the Boost Software License, Version 1.0. (See
5 # accompanying file LICENSE_1_0.txt or copy at
6 # http://www.boost.org/LICENSE_1_0.txt)
7 #
8
9 project quickbook/test/includes
10 : requirements
11 <toolset>msvc:<debug-symbols>off
12 ;
13
14 import quickbook-testing : quickbook-test quickbook-error-test ;
15
16 test-suite quickbook.test :
17 [ quickbook-test import-basic-1.6 ]
18 [ quickbook-test filename ]
19 [ quickbook-test filename-1_7 ]
20 [ quickbook-test filename-path : : : <quickbook-test-include>sub ]
21 [ quickbook-test filename_path-1_7 : : : <quickbook-test-include>sub ]
22 [ quickbook-test doc-title1-1.5 ]
23 [ quickbook-test doc-title1a-1.5 ]
24 [ quickbook-test section ]
25 [ quickbook-test section-unclosed ]
26 [ quickbook-test templates-1.5 ]
27 [ quickbook-test templates-1.6 ]
28 [ quickbook-test macros-1.5 ]
29 [ quickbook-test macros-1.6 ]
30 [ quickbook-test code-import ]
31 [ quickbook-test code-include ]
32 [ quickbook-test include-id-1.5 ]
33 [ quickbook-test include-id-1.6 ]
34 [ quickbook-test include_id_unbalanced-1_6 ]
35 [ quickbook-error-test section-fail1 ]
36 [ quickbook-error-test section-fail2 ]
37 [ quickbook-test in_section-1_5 ]
38 [ quickbook-test in_section-1_6 ]
39 [ quickbook-test compatibility-1_1 ]
40 [ quickbook-test compatibility-1_5 ]
41 [ quickbook-test compatibility-1_6 ]
42 [ quickbook-test source_mode-1_5 ]
43 [ quickbook-test source_mode-1_6 ]
44 [ quickbook-test nested_compatibility-1_5 ]
45 [ quickbook-test nested_compatibility-1_6 ]
46 [ quickbook-test template_include-1_7 ]
47 [ quickbook-test glob-1_7 ]
48 ;