blob: 6ba19e4af0f37b256bc491681a9587bbe4039a60 [file] [log] [blame]
Ashlesh Gawande0b2897e2018-06-20 14:40:47 -05001/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
Davide Pesaventoda278492019-01-29 15:00:49 -05002/*
Ashlesh Gawande5a895472020-01-25 18:07:32 -08003 * Copyright (c) 2014-2020, Regents of the University of California,
Ashlesh Gawande0b2897e2018-06-20 14:40:47 -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.
10 *
11 * This file is part of PSync.
12 * See AUTHORS.md for complete list of PSync authors and contributors.
13 *
14 * PSync is free software: you can redistribute it and/or modify it under the terms
Ashlesh Gawande0cf4b602019-01-18 15:58:17 -060015 * of the GNU Lesser General Public License as published by the Free Software Foundation,
Ashlesh Gawande0b2897e2018-06-20 14:40:47 -050016 * either version 3 of the License, or (at your option) any later version.
17 *
18 * PSync 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
Ashlesh Gawande0cf4b602019-01-18 15:58:17 -060020 * PURPOSE. See the GNU Lesser General Public License for more details.
Ashlesh Gawande0b2897e2018-06-20 14:40:47 -050021 *
Ashlesh Gawande0cf4b602019-01-18 15:58:17 -060022 * You should have received a copy of the GNU Lesser General Public License along with
Ashlesh Gawande0b2897e2018-06-20 14:40:47 -050023 * PSync, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>.
24 */
25
Davide Pesaventoda278492019-01-29 15:00:49 -050026#define BOOST_TEST_MODULE PSync
Davide Pesavento042dfb32020-07-23 21:07:16 -040027#include "tests/boost-test.hpp"