# Boost Filesystem Library test Jamfile # (C) Copyright Beman Dawes 2002, 2006 # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or www.boost.org/LICENSE_1_0.txt) # See library home page at http://www.boost.org/libs/filesystem project : requirements /boost/filesystem//boost_filesystem BOOST_ALL_NO_LIB ; test-suite "filesystem" : [ run path_test.cpp : : : BOOST_FILESYSTEM_STATIC_LINK static static ] [ run path_test.cpp : : : BOOST_FILESYSTEM_DYN_LINK : path_test_dll ] [ run operations_test.cpp : : : BOOST_FILESYSTEM_STATIC_LINK static static ] [ run operations_test.cpp : : : BOOST_FILESYSTEM_DYN_LINK : operations_test_dll ] [ run fstream_test.cpp : : : BOOST_FILESYSTEM_STATIC_LINK static static ] [ run convenience_test.cpp : : : BOOST_FILESYSTEM_STATIC_LINK static static ] [ run large_file_support_test.cpp : : : BOOST_FILESYSTEM_STATIC_LINK static static ] [ run wide_test.cpp : : : BOOST_FILESYSTEM_STATIC_LINK static static ] [ compile ../example/mbcopy.cpp ] [ compile ../example/mbpath.cpp ] [ compile ../example/simple_ls.cpp ] ;