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.txt18
1 files changed, 1 insertions, 17 deletions
diff --git a/document/src/tests/CMakeLists.txt b/document/src/tests/CMakeLists.txt
index cd0208da5f3..1421297b284 100644
--- a/document/src/tests/CMakeLists.txt
+++ b/document/src/tests/CMakeLists.txt
@@ -25,6 +25,7 @@ vespa_add_executable(document_gtest_runner_app TEST
primitivefieldvaluetest.cpp
stringtokenizertest.cpp
structfieldvaluetest.cpp
+ testbytebuffer.cpp
testdocmantest.cpp
teststringutil.cpp
testxml.cpp
@@ -41,20 +42,3 @@ vespa_add_test(
NAME document_gtest_runner_app
COMMAND document_gtest_runner_app
)
-
-# Runner for unit tests written in CppUnit (DEPRECATED).
-vespa_add_executable(document_testrunner_app TEST
- SOURCES
- testbytebuffer.cpp
- testrunner.cpp
- heapdebuggerother.cpp
- DEPENDS
- document
- AFTER
- document_documentconfig
-)
-
-vespa_add_test(
- NAME document_testrunner_app
- COMMAND document_testrunner_app
-)