]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/filesystem/test/issues/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / filesystem / test / issues / Jamfile.v2
CommitLineData
7c673cae 1# Boost Filesystem test/issues Jamfile
92f5a8d4 2
7c673cae
FG
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
10project
11 : requirements
12 <library>/boost/filesystem//boost_filesystem
7c673cae
FG
13 <link>static
14 ;
92f5a8d4 15
7c673cae 16 test-suite "filesystem-issues" :
7c673cae 17# [ run 9054_static_const_codecvt_segfault_pre_main.cpp
92f5a8d4
TL
18# : : : <link>shared : 9054_shared ]
19# [ run 9054_static_const_codecvt_segfault_pre_main.cpp
20# : : : <link>static : 9054_static ]
7c673cae 21# [ run hello_filesystem.cpp
92f5a8d4 22# : : : <link>shared : hello_shared ]
7c673cae 23# [ run hello_filesystem.cpp
92f5a8d4 24# : : : <link>static : hello_static ]
7c673cae 25# [ run 9219.cpp
92f5a8d4 26# : : : <link>shared : 9219_shared ]
7c673cae 27# [ run 9219.cpp
92f5a8d4 28# : : : <link>static : 9219_static ]
7c673cae 29# [ run 10485.cpp
92f5a8d4 30# : : : <link>shared <test-info>always_show_run_output ]
7c673cae
FG
31# [ run copy_file-compilation-error-2015-05-04.cpp ]
32 [ run 6638-convert_aux-fails-init-global.cpp
92f5a8d4 33 : : : <link>shared : 6638_shared ]
7c673cae 34 [ run 6638-convert_aux-fails-init-global.cpp
92f5a8d4
TL
35 : : : <link>static : 6638_static ]
36
7c673cae 37 ;
92f5a8d4 38