blob: 35001c95254281e58dd1df363c8bb61cadb45cdf [file] [log] [blame]
Alexander Afanasyevdfa52c42014-04-24 21:10:11 -07001/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
Alexander Afanasyevc8823bc2014-02-09 19:33:33 -08002/**
Alexander Afanasyevdfa52c42014-04-24 21:10:11 -07003 * Copyright (c) 2013-2014, Regents of the University of California.
4 * All rights reserved.
5 *
6 * This file is part of ndn-cxx library (NDN C++ library with eXperimental eXtensions).
7 * See AUTHORS.md for complete list of ndn-cxx authors and contributors.
8 *
9 * This file licensed under New BSD License. See COPYING for detailed information about
10 * ndn-cxx library copyright, permissions, and redistribution restrictions.
Alexander Afanasyevc8823bc2014-02-09 19:33:33 -080011 */
12
Alexander Afanasyevb1db7c62014-04-03 14:57:25 -070013// This file is needed for experimental precompiled header support (gcc and clang)
14
15#ifndef NDN_TESTS_TEST_ALL_HPP
16#define NDN_TESTS_TEST_ALL_HPP
Alexander Afanasyevc8823bc2014-02-09 19:33:33 -080017
18#include "common.hpp"
19
20#endif