# Boost Filesystem test/issues Jamfile # Copyright Beman Dawes 2014 # Distributed under the Boost Software License, Version 1.0. # See www.boost.org/LICENSE_1_0.txt # Library home page: http://www.boost.org/libs/filesystem project : requirements /boost/filesystem//boost_filesystem /boost/system//boost_system msvc:on static ; test-suite "filesystem-issues" : # [ run 9054_static_const_codecvt_segfault_pre_main.cpp # : : : shared : 9054_shared ] # [ run 9054_static_const_codecvt_segfault_pre_main.cpp # : : : static : 9054_static ] # [ run hello_filesystem.cpp # : : : shared : hello_shared ] # [ run hello_filesystem.cpp # : : : static : hello_static ] # [ run 9219.cpp # : : : shared : 9219_shared ] # [ run 9219.cpp # : : : static : 9219_static ] [ run 10485.cpp : : : shared always_show_run_output ] ;