Alexander Afanasyev | b1db7c6 | 2014-04-03 14:57:25 -0700 | [diff] [blame] | 1 | /** |
2 | * Copyright (C) 2014 Regents of the University of California. | ||||
3 | * See COPYING for copyright and distribution information. | ||||
4 | */ | ||||
5 | |||||
6 | // This file is needed for experimental precompiled header support (gcc and clang) | ||||
7 | |||||
8 | #ifndef NDN_TESTS_INTEGRATED_TEST_ALL_HPP | ||||
9 | #define NDN_TESTS_INTEGRATED_TEST_ALL_HPP | ||||
10 | |||||
11 | #include "common.hpp" | ||||
12 | |||||
13 | #endif // NDN_TESTS_INTEGRATED_TEST_ALL_HPP |