summaryrefslogtreecommitdiffstats
path: root/storageapi/src/tests/messageapi/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'storageapi/src/tests/messageapi/CMakeLists.txt')
-rw-r--r--storageapi/src/tests/messageapi/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/storageapi/src/tests/messageapi/CMakeLists.txt b/storageapi/src/tests/messageapi/CMakeLists.txt
deleted file mode 100644
index 5bc89dea4fc..00000000000
--- a/storageapi/src/tests/messageapi/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_library(storageapi_testmessageapi
- SOURCES
- storage_message_address_test.cpp
- DEPENDS
- storageapi
- GTest::GTest
-)