summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/docstore/file_chunk/file_chunk_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/docstore/file_chunk/file_chunk_test.cpp')
-rw-r--r--searchlib/src/tests/docstore/file_chunk/file_chunk_test.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/searchlib/src/tests/docstore/file_chunk/file_chunk_test.cpp b/searchlib/src/tests/docstore/file_chunk/file_chunk_test.cpp
new file mode 100644
index 00000000000..0c21217648c
--- /dev/null
+++ b/searchlib/src/tests/docstore/file_chunk/file_chunk_test.cpp
@@ -0,0 +1,12 @@
+// Copyright 2017 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+#include <vespa/vespalib/testkit/test_kit.h>
+#include <vespa/searchlib/docstore/filechunk.h>
+
+#include <vespa/log/log.h>
+LOG_SETUP("file_chunk_test");
+
+using namespace search;
+
+TEST_MAIN() { TEST_RUN_ALL(); }
+