/** | |
* 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__ |