commit | e9c1ab981f3bd747d8ffaea3721cd62fe62f69d9 | [log] [tgz] |
---|---|---|
author | shockjiang <shock.jiang@gmail.com> | Mon Jul 21 12:02:52 2014 -0700 |
committer | shockjiang <shock.jiang@gmail.com> | Mon Jul 21 12:02:52 2014 -0700 |
tree | 3a992a2b21c7ccb5992ad5a0670d37f8099a622a | |
parent | 35c1870213bd6af76e161d1f7dce977ab9e28d80 [diff] [blame] |
basic framework, waiting for Alex's comments
diff --git a/tests/Query_test.cpp b/tests/Query_test.cpp new file mode 100644 index 0000000..57feefb --- /dev/null +++ b/tests/Query_test.cpp
@@ -0,0 +1,12 @@ +/* + * query_test.cpp + * + * Created on: 18 Jul, 2014 + * Author: shock + */ + +#include "src/query.h" + +namespace ndn { + +} /* namespace ndn */