blob: 4b5e1a8b252b015a8995c3f669072df76ccbfe42 [file] [log] [blame]
Alexander Afanasyevc8823bc2014-02-09 19:33:33 -08001/**
Alexander Afanasyevb1db7c62014-04-03 14:57:25 -07002 * Copyright (C) 2014 Regents of the University of California.
Alexander Afanasyevc8823bc2014-02-09 19:33:33 -08003 * See COPYING for copyright and distribution information.
4 */
5
Alexander Afanasyevb1db7c62014-04-03 14:57:25 -07006// This file is needed for experimental precompiled header support (gcc and clang)
7
8#ifndef NDN_TESTS_TEST_ALL_HPP
9#define NDN_TESTS_TEST_ALL_HPP
Alexander Afanasyevc8823bc2014-02-09 19:33:33 -080010
11#include "common.hpp"
12
13#endif