Alexander Afanasyev | b1db7c6 | 2014-04-03 14:57:25 -0700 | [diff] [blame] | 1 | /** |
| 2 | * Copyright (C) 2014 Regents of the University of California. |
| 3 | * See COPYING for copyright and distribution information. |
| 4 | */ |
| 5 | |
| 6 | |
| 7 | #ifndef NDN_TESTS_INTEGRATED_BOOST_TEST_HPP |
| 8 | #define NDN_TESTS_INTEGRATED_BOOST_TEST_HPP |
| 9 | |
| 10 | // suppress warnings from Boost.Test |
| 11 | #pragma GCC system_header |
| 12 | #pragma clang system_header |
| 13 | |
| 14 | #include <boost/test/unit_test.hpp> |
| 15 | #include <boost/concept_check.hpp> |
| 16 | #include <boost/test/output_test_stream.hpp> |
| 17 | |
| 18 | #endif // NDN_TESTS_INTEGRATED_BOOST_TEST_HPP |