blob: 6a8293e05d7ccbcbee4a7b5dbaf17d3e033617d4 [file] [log] [blame]
Alexander Afanasyevb1db7c62014-04-03 14:57:25 -07001/**
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