blob: 93a78ecfbbeb170c9373fcd3f21554f719588ed9 [file] [log] [blame]
Junxiao Shi2c29f3a2014-01-24 19:59:00 -07001/* -*- 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
11namespace ndn {
12
13BOOST_AUTO_TEST_SUITE(FaceFace)
14
15// no unit test here: this ensures face.hpp can compile on its own
16
17BOOST_AUTO_TEST_SUITE_END()
18
19} // namespace ndn