2aa396272b
Change-Id: I00a58106e43f6eaaec6eedf9fa7d217a22c19d2b
14 lines
355 B
C++
14 lines
355 B
C++
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
|
|
/*
|
|
* Copyright (c) 2013, Regents of the University of California
|
|
*
|
|
* BSD license, See the LICENSE file for more information
|
|
*
|
|
* Author: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
|
|
*/
|
|
|
|
#define BOOST_TEST_MAIN 1
|
|
#define BOOST_TEST_DYN_LINK 1
|
|
|
|
#include <boost/test/unit_test.hpp>
|