Alexander Afanasyev | c8823bc | 2014-02-09 19:33:33 -0800 | [diff] [blame] | 1 | /** |
| 2 | * Copyright (C) 2013 Regents of the University of California. |
| 3 | * See COPYING for copyright and distribution information. |
Alexander Afanasyev | 5fa9e9a | 2013-12-24 19:45:07 -0800 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #define BOOST_TEST_MAIN 1 |
| 7 | #define BOOST_TEST_DYN_LINK 1 |
| 8 | |
Junxiao Shi | 482ccc5 | 2014-03-31 13:05:24 -0700 | [diff] [blame] | 9 | #ifdef __clang__ |
| 10 | #pragma clang diagnostic push |
| 11 | #pragma clang diagnostic ignored "-Wunneeded-internal-declaration" |
| 12 | #endif // __clang__ |
| 13 | |
Alexander Afanasyev | 5fa9e9a | 2013-12-24 19:45:07 -0800 | [diff] [blame] | 14 | #include <boost/test/unit_test.hpp> |
Junxiao Shi | 482ccc5 | 2014-03-31 13:05:24 -0700 | [diff] [blame] | 15 | |
| 16 | #ifdef __clang__ |
| 17 | #pragma clang diagnostic pop |
| 18 | #endif // __clang__ |