Alexander Afanasyev | aa0e7da | 2014-03-17 14:37:33 -0700 | [diff] [blame] | 1 | /** |
2 | * Copyright (C) 2013 Regents of the University of California. | ||||
3 | * See COPYING for copyright and distribution information. | ||||
4 | */ | ||||
5 | |||||
6 | #define BOOST_TEST_MAIN 1 | ||||
7 | #define BOOST_TEST_DYN_LINK 1 | ||||
8 | |||||
Alexander Afanasyev | b1db7c6 | 2014-04-03 14:57:25 -0700 | [diff] [blame] | 9 | #include "boost-test.hpp" |