/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ | |
/** | |
* Copyright (C) 2014 Named Data Networking Project | |
* See COPYING for copyright and distribution information. | |
*/ | |
#define BOOST_TEST_MAIN 1 | |
#define BOOST_TEST_DYN_LINK 1 | |
#include <boost/test/unit_test.hpp> |