# (C) Copyright boost 2004-2014.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
#
# See http://www.boost.org/libs/test for the library home page.
project boost/test
: source-location ../src
: requirements shared:BOOST_TEST_DYN_LINK=1
borland:-w-8080
# Disable Warning about boost::noncopyable not being exported
shared,msvc:-wd4275
msvc:-wd4671
msvc:-wd4673
gcc:-Wno-variadic-macros
clang:-Wno-c99-extensions
clang:-Wno-variadic-macros
all
# on
# adding a dependency on boost/timer as the header are needed, and the junction needs
# to be there in order to build the library.
/boost/timer//boost_timer
: usage-requirements
BOOST_TEST_NO_AUTO_LINK=1
# Disable Warning about boost::noncopyable not being exported
shared,msvc:-wd4275
# Adding a dependency on boost/timer as the headers need to be there in case of the
# header-only usage variant