summaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/loadtypes/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'documentapi/src/tests/loadtypes/CMakeLists.txt')
-rw-r--r--documentapi/src/tests/loadtypes/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/documentapi/src/tests/loadtypes/CMakeLists.txt b/documentapi/src/tests/loadtypes/CMakeLists.txt
deleted file mode 100644
index bac42f9a27e..00000000000
--- a/documentapi/src/tests/loadtypes/CMakeLists.txt
+++ /dev/null
@@ -1,10 +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_loadtype_test_app TEST
- SOURCES
- loadtypetest.cpp
- DEPENDS
- documentapi
- vdstestlib
- GTest::GTest
-)
-vespa_add_test(NAME documentapi_loadtype_test_app COMMAND documentapi_loadtype_test_app)