summaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/systemstate/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'documentapi/src/tests/systemstate/CMakeLists.txt')
-rw-r--r--documentapi/src/tests/systemstate/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/documentapi/src/tests/systemstate/CMakeLists.txt b/documentapi/src/tests/systemstate/CMakeLists.txt
deleted file mode 100644
index b275f2b2fd0..00000000000
--- a/documentapi/src/tests/systemstate/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(documentapi_systemstate_test_app TEST
- SOURCES
- systemstate.cpp
- DEPENDS
- documentapi
-)
-vespa_add_test(NAME documentapi_systemstate_test_app COMMAND documentapi_systemstate_test_app)