Imported Upstream version 1.57.0
[platform/upstream/boost.git] / 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        ;
34