]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/quickbook/test/unit/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / quickbook / test / unit / 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 import testing ;
10
11 project quickbook/test/unit-tests
12 : requirements
13 <include>../../src
14 <warnings>all
15 <library>/boost//filesystem
16 <toolset>gcc:<cflags>-g0
17 <toolset>darwin:<cflags>-g0
18 <toolset>msvc:<cflags>/wd4709
19 ;
20
21 run values_test.cpp ../../src/values.cpp ../../src/files.cpp ;
22 run post_process_test.cpp ../../src/post_process.cpp ;
23 run source_map_test.cpp ../../src/files.cpp ;
24 run glob_test.cpp ../../src/glob.cpp ;
25 run utils_test.cpp ../../src/id_xml.cpp ../../src/utils.cpp ;
26 run cleanup_test.cpp ;
27 run path_test.cpp ../../src/path.cpp ../../src/native_text.cpp ../../src/utils.cpp ;
28
29 # Copied from spirit
30 run symbols_tests.cpp ;
31 run symbols_find_null.cpp ;