summaryrefslogtreecommitdiffstats
path: root/document/src/tests/annotation/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/annotation/CMakeLists.txt')
-rw-r--r--document/src/tests/annotation/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/document/src/tests/annotation/CMakeLists.txt b/document/src/tests/annotation/CMakeLists.txt
new file mode 100644
index 00000000000..1ec6a3e3dde
--- /dev/null
+++ b/document/src/tests/annotation/CMakeLists.txt
@@ -0,0 +1,10 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(document_annotation_test_app
+ SOURCES
+ annotation_test.cpp
+ DEPENDS
+ document
+ AFTER
+ document_documentconfig
+)
+vespa_add_test(NAME document_annotation_test_app COMMAND document_annotation_test_app)