blob: e418730cd115e431468980728ca1b1b84590d452 [file] [log] [blame]
Yingdi Yufa4ce792014-02-06 18:09:22 -08001/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
2/*
Varun Patila24bd3e2020-11-24 10:08:33 +05303 * Copyright (c) 2020, Regents of the University of California
Yingdi Yufa4ce792014-02-06 18:09:22 -08004 *
5 * BSD license, See the LICENSE file for more information
6 *
7 * Author: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
8 */
9
10#define BOOST_TEST_MAIN 1
11#define BOOST_TEST_DYN_LINK 1
Varun Patila24bd3e2020-11-24 10:08:33 +053012#define BOOST_TEST_MODULE chronochat
Yingdi Yufa4ce792014-02-06 18:09:22 -080013
14#include <boost/test/unit_test.hpp>