Junxiao Shi | 2c29f3a | 2014-01-24 19:59:00 -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 | #include "face/face.hpp" | ||||
8 | |||||
9 | #include <boost/test/unit_test.hpp> | ||||
10 | |||||
11 | namespace ndn { | ||||
12 | |||||
13 | BOOST_AUTO_TEST_SUITE(FaceFace) | ||||
14 | |||||
15 | // no unit test here: this ensures face.hpp can compile on its own | ||||
16 | |||||
17 | BOOST_AUTO_TEST_SUITE_END() | ||||
18 | |||||
19 | } // namespace ndn |