• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
10project
11    : requirements
12      <library>/boost/filesystem//boost_filesystem
13      <link>static
14    ;
15
16   test-suite "filesystem-issues" :
17#       [ run 9054_static_const_codecvt_segfault_pre_main.cpp
18#           :  :  : <link>shared : 9054_shared ]
19#       [ run 9054_static_const_codecvt_segfault_pre_main.cpp
20#           :  :  : <link>static : 9054_static ]
21#       [ run hello_filesystem.cpp
22#           :  :  : <link>shared : hello_shared ]
23#       [ run hello_filesystem.cpp
24#           :  :  : <link>static : hello_static ]
25#       [ run 9219.cpp
26#           :  :  : <link>shared : 9219_shared ]
27#       [ run 9219.cpp
28#           :  :  : <link>static : 9219_static ]
29#       [ run 10485.cpp
30#           :  :  : <link>shared <test-info>always_show_run_output ]
31#       [ run copy_file-compilation-error-2015-05-04.cpp ]
32        [ run 6638-convert_aux-fails-init-global.cpp
33           :  :  : <link>shared : 6638_shared ]
34        [ run 6638-convert_aux-fails-init-global.cpp
35           :  :  : <link>static : 6638_static ]
36
37       ;
38
39