blob: d6119af2d4f295a6708bd1b5b2976386a8c12678 [file] [log] [blame]
Davide Pesavento5f408ae2020-07-15 21:17:04 -04001/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil -*- */
Davide Pesaventofae9def2019-01-29 14:34:33 -05002/*
Davide Pesavento5f408ae2020-07-15 21:17:04 -04003 * Copyright (c) 2012-2020 University of California, Los Angeles
Yingdi Yu280bb962014-01-30 09:52:43 -08004 *
Alexander Afanasyev8722d872014-07-02 13:00:29 -07005 * This file is part of ChronoSync, synchronization library for distributed realtime
Davide Pesavento5f408ae2020-07-15 21:17:04 -04006 * applications for NDN.
Yingdi Yu280bb962014-01-30 09:52:43 -08007 *
Davide Pesavento5f408ae2020-07-15 21:17:04 -04008 * ChronoSync is free software: you can redistribute it and/or modify it under the terms
9 * of the GNU General Public License as published by the Free Software Foundation, either
10 * version 3 of the License, or (at your option) any later version.
Alexander Afanasyev8722d872014-07-02 13:00:29 -070011 *
Davide Pesavento5f408ae2020-07-15 21:17:04 -040012 * ChronoSync is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
Alexander Afanasyev8722d872014-07-02 13:00:29 -070013 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14 * PURPOSE. See the GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
Davide Pesavento5f408ae2020-07-15 21:17:04 -040017 * ChronoSync, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>.
Yingdi Yu280bb962014-01-30 09:52:43 -080018 */
19
Davide Pesaventofae9def2019-01-29 14:34:33 -050020#define BOOST_TEST_MODULE ChronoSync
Davide Pesaventofae9def2019-01-29 14:34:33 -050021#include "tests/boost-test.hpp"