# # Copyright (c) 2011 Daniel James # # Distributed under the Boost Software License, Version 1.0. (See # accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) # import testing ; project quickbook-unit-tests : requirements ../../src all /boost//filesystem gcc:-g0 darwin:-g0 msvc:/wd4709 gcc:BOOST_DETAIL_CONTAINER_FWD darwin:BOOST_DETAIL_CONTAINER_FWD ; run values_test.cpp ../../src/values.cpp ../../src/files.cpp ; run post_process_test.cpp ../../src/post_process.cpp ; run source_map_test.cpp ../../src/files.cpp ; # Copied from spirit run symbols_tests.cpp ; run symbols_find_null.cpp ;