commit | c8823bce34f9075ac606785c435877ab2fb87e24 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Feb 09 19:33:33 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Feb 09 23:21:54 2014 -0800 |
tree | 8d6c79516677ba83b4e3af36741356d3d95ee11e | |
parent | e2dcdfd5ce01062a16c991d2492955dd079ae859 [diff] [blame] |
face: Refactored code to set interest filter Change-Id: I1f9637a79c03a9e24608403d963bbfc4d9bcab1c
diff --git a/tests/test-all.hpp b/tests/test-all.hpp new file mode 100644 index 0000000..0e4c8c5 --- /dev/null +++ b/tests/test-all.hpp
@@ -0,0 +1,11 @@ +/** + * Copyright (C) 2013 Regents of the University of California. + * See COPYING for copyright and distribution information. + */ + +#ifndef NDN_TEST_ALL_HPP +#define NDN_TEST_ALL_HPP + +#include "common.hpp" + +#endif