Alexander Afanasyev | c8823bc | 2014-02-09 19:33:33 -0800 | [diff] [blame] | 1 | /** |
Alexander Afanasyev | b1db7c6 | 2014-04-03 14:57:25 -0700 | [diff] [blame] | 2 | * Copyright (C) 2014 Regents of the University of California. |
Alexander Afanasyev | c8823bc | 2014-02-09 19:33:33 -0800 | [diff] [blame] | 3 | * See COPYING for copyright and distribution information. |
| 4 | */ |
| 5 | |
Alexander Afanasyev | b1db7c6 | 2014-04-03 14:57:25 -0700 | [diff] [blame] | 6 | // 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 Afanasyev | c8823bc | 2014-02-09 19:33:33 -0800 | [diff] [blame] | 10 | |
| 11 | #include "common.hpp" |
| 12 | |
| 13 | #endif |