summaryrefslogtreecommitdiffstats
path: root/document/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/CMakeLists.txt')
-rw-r--r--document/src/tests/CMakeLists.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/document/src/tests/CMakeLists.txt b/document/src/tests/CMakeLists.txt
new file mode 100644
index 00000000000..95e6b4b9a18
--- /dev/null
+++ b/document/src/tests/CMakeLists.txt
@@ -0,0 +1,36 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(document_testrunner_app
+ SOURCES
+ teststringutil.cpp
+ testbytebuffer.cpp
+ stringtokenizertest.cpp
+ documentcalculatortestcase.cpp
+ buckettest.cpp
+ globalidtest.cpp
+ documentidtest.cpp
+ documenttypetestcase.cpp
+ primitivefieldvaluetest.cpp
+ arrayfieldvaluetest.cpp
+ weightedsetfieldvaluetest.cpp
+ structfieldvaluetest.cpp
+ documenttestcase.cpp
+ testdocmantest.cpp
+ documentupdatetestcase.cpp
+ fieldpathupdatetestcase.cpp
+ documentselectparsertest.cpp
+ bucketselectortest.cpp
+ testxml.cpp
+ forcelinktest.cpp
+ orderingselectortest.cpp
+ testrunner.cpp
+ heapdebuggerother.cpp
+ positiontypetest.cpp
+ urltypetest.cpp
+ fieldsettest.cpp
+ gid_filter_test.cpp
+ DEPENDS
+ document
+ AFTER
+ document_documentconfig
+)
+vespa_add_test(NAME document_testrunner_app COMMAND document_testrunner_app)