]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/filesystem/test/issues/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / filesystem / test / issues / Jamfile.v2
1 # Boost Filesystem test/issues Jamfile
2
3 # Copyright Beman Dawes 2014
4
5 # Distributed under the Boost Software License, Version 1.0.
6 # See www.boost.org/LICENSE_1_0.txt
7
8 # Library home page: http://www.boost.org/libs/filesystem
9
10 project
11 : requirements
12 <library>/boost/filesystem//boost_filesystem
13 <library>/boost/system//boost_system
14 <toolset>msvc:<asynch-exceptions>on
15 <link>static
16 ;
17
18 test-suite "filesystem-issues" :
19 # [ run 9054_static_const_codecvt_segfault_pre_main.cpp
20 # : : : <link>shared : 9054_shared ]
21 # [ run 9054_static_const_codecvt_segfault_pre_main.cpp
22 # : : : <link>static : 9054_static ]
23 # [ run hello_filesystem.cpp
24 # : : : <link>shared : hello_shared ]
25 # [ run hello_filesystem.cpp
26 # : : : <link>static : hello_static ]
27 # [ run 9219.cpp
28 # : : : <link>shared : 9219_shared ]
29 # [ run 9219.cpp
30 # : : : <link>static : 9219_static ]
31 # [ run 10485.cpp
32 # : : : <link>shared <test-info>always_show_run_output ]
33 # [ run copy_file-compilation-error-2015-05-04.cpp ]
34 [ run 6638-convert_aux-fails-init-global.cpp
35 : : : <link>shared : 6638_shared ]
36 [ run 6638-convert_aux-fails-init-global.cpp
37 : : : <link>static : 6638_static ]
38
39 ;
40