blob: 69215e8f04b35855865b7c735a36767bdf8d25ba [file] [log] [blame]
Alexander Afanasyevdfa52c42014-04-24 21:10:11 -07001/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
Alexander Afanasyevb1db7c62014-04-03 14:57:25 -07002/**
Alexander Afanasyevdfa52c42014-04-24 21:10:11 -07003 * Copyright (c) 2013-2014, Regents of the University of California.
4 * All rights reserved.
5 *
6 * This file is part of ndn-cxx library (NDN C++ library with eXperimental eXtensions).
7 * See AUTHORS.md for complete list of ndn-cxx authors and contributors.
8 *
9 * This file licensed under New BSD License. See COPYING for detailed information about
10 * ndn-cxx library copyright, permissions, and redistribution restrictions.
Alexander Afanasyevb1db7c62014-04-03 14:57:25 -070011 */
12
Alexander Afanasyevb1db7c62014-04-03 14:57:25 -070013#ifndef NDN_TESTS_BOOST_TEST_HPP
14#define NDN_TESTS_BOOST_TEST_HPP
15
16// suppress warnings from Boost.Test
17#pragma GCC system_header
18#pragma clang system_header
19
20#include <boost/test/unit_test.hpp>
21#include <boost/concept_check.hpp>
22#include <boost/test/output_test_stream.hpp>
23
24#endif // NDN_TESTS_BOOST_TEST_HPP