Alexander Afanasyev | 4536b09 | 2014-04-16 13:30:39 -0700 | [diff] [blame^] | 1 | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ |
2 | /** | ||||
3 | * Copyright (C) 2014 Named Data Networking Project | ||||
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> |