blob: 6dc7cf41eb888d72b136641dbf48737185298e4b [file] [log] [blame]
Eric Newberry52ae3292017-11-16 13:54:52 -07001/*
2 * Copyright (c) 2014-2017, Regents of the University of California,
3 * Arizona Board of Regents,
4 * Colorado State University,
5 * University Pierre & Marie Curie, Sorbonne University,
6 * Washington University in St. Louis,
7 * Beijing Institute of Technology,
8 * The University of Memphis.
9 *
10 * This file is part of NFD (Named Data Networking Forwarding Daemon).
11 * See AUTHORS.md for complete list of NFD authors and contributors.
12 *
13 * NFD is free software: you can redistribute it and/or modify it under the terms
14 * of the GNU General Public License as published by the Free Software Foundation,
15 * either version 3 of the License, or (at your option) any later version.
16 *
17 * NFD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
18 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
19 * PURPOSE. See the GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License along with
22 * NFD, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>.
23 */
24
25#ifndef NFD_TESTS_OTHER_BENCHMARK_HELPERS_HPP
26#define NFD_TESTS_OTHER_BENCHMARK_HELPERS_HPP
27
28// suppress warnings from Boost.Test
29#pragma GCC system_header
30#pragma clang system_header
31
32#include <boost/test/unit_test.hpp>
33#include <boost/test/output_test_stream.hpp>
34
35#endif // NFD_TESTS_OTHER_BENCHMARK_HELPERS_HPP