blob: 912f0c3a42290d3df2a437792f45cda868c1629d [file] [log] [blame]
Yingdi Yu40cd1c32014-04-17 15:02:17 -07001/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
Davide Pesaventocb065f12019-12-27 01:03:34 -05002/*
Davide Pesavento8de8a8b2022-05-12 01:26:43 -04003 * Copyright (c) 2014-2022, Regents of the University of California,
Muktadir Chowdhuryf04f9892017-08-20 20:42:56 -05004 * Arizona Board of Regents,
5 * Colorado State University,
6 * University Pierre & Marie Curie, Sorbonne University,
7 * Washington University in St. Louis,
8 * Beijing Institute of Technology,
9 * The University of Memphis.
Yingdi Yu40cd1c32014-04-17 15:02:17 -070010 *
11 * This file is part of NLSR (Named-data Link State Routing).
12 * See AUTHORS.md for complete list of NLSR authors and contributors.
13 *
14 * NLSR is free software: you can redistribute it and/or modify it under the terms
15 * of the GNU General Public License as published by the Free Software Foundation,
16 * either version 3 of the License, or (at your option) any later version.
17 *
18 * NLSR is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
19 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
20 * PURPOSE. See the GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License along with
23 * NLSR, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>.
Muktadir Chowdhuryf04f9892017-08-20 20:42:56 -050024 */
Yingdi Yu40cd1c32014-04-17 15:02:17 -070025
Davide Pesavento7ae8b082021-10-12 21:45:47 -040026#define BOOST_TEST_MODULE NLSR
Davide Pesavento8de8a8b2022-05-12 01:26:43 -040027#include "tests/boost-test.hpp"