aboutsummaryrefslogtreecommitdiffstats
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.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/document/src/tests/CMakeLists.txt b/document/src/tests/CMakeLists.txt
index bb668287a8c..9de4e8cc7d0 100644
--- a/document/src/tests/CMakeLists.txt
+++ b/document/src/tests/CMakeLists.txt
@@ -4,9 +4,21 @@
# NOTE: All new test classes should be added here.
vespa_add_executable(document_gtest_runner_app TEST
SOURCES
+ arrayfieldvaluetest.cpp
+ bucketselectortest.cpp
+ buckettest.cpp
documentcalculatortestcase.cpp
documentidtest.cpp
+ documentselectparsertest.cpp
+ documenttestcase.cpp
+ documenttypetestcase.cpp
documentupdatetestcase.cpp
+ fieldpathupdatetestcase.cpp
+ fieldsettest.cpp
+ fixed_bucket_spaces_test.cpp
+ forcelinktest.cpp
+ gid_filter_test.cpp
+ globalidtest.cpp
gtest_runner.cpp
teststringutil.cpp
DEPENDS
@@ -26,28 +38,16 @@ vespa_add_executable(document_testrunner_app TEST
SOURCES
testbytebuffer.cpp
stringtokenizertest.cpp
- buckettest.cpp
- globalidtest.cpp
- documenttypetestcase.cpp
primitivefieldvaluetest.cpp
- arrayfieldvaluetest.cpp
weightedsetfieldvaluetest.cpp
structfieldvaluetest.cpp
- documenttestcase.cpp
testdocmantest.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
- fixed_bucket_spaces_test.cpp
DEPENDS
document
AFTER