Alexander Afanasyev | 3fd14f0 | 2014-03-26 14:34:39 -0700 | [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 | * See COPYING for copyright and distribution information. | ||||
5 | */ | ||||
6 | |||||
7 | #define BOOST_TEST_MAIN 1 | ||||
8 | #define BOOST_TEST_DYN_LINK 1 | ||||
9 | |||||
10 | #include <boost/test/unit_test.hpp> | ||||
11 | |||||
12 | BOOST_AUTO_TEST_CASE(Fake) | ||||
13 | { | ||||
14 | } |