blob: 10f957cb061e16ef8a1bf01a01c45f597a7acf56 [file] [log] [blame]
/**
* Copyright (C) 2013 Regents of the University of California.
* See COPYING for copyright and distribution information.
*/
#define BOOST_TEST_MAIN 1
#define BOOST_TEST_DYN_LINK 1
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunneeded-internal-declaration"
#endif // __clang__
#include <boost/test/unit_test.hpp>
#ifdef __clang__
#pragma clang diagnostic pop
#endif // __clang__