Alexander Afanasyev | 2aa3962 | 2014-01-22 11:51:11 -0800 | [diff] [blame] | 1 | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */ |
2 | /* | ||||
3 | * Copyright (c) 2013, Regents of the University of California | ||||
4 | * | ||||
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 | ||||
12 | |||||
13 | #include <boost/test/unit_test.hpp> |