aboutsummaryrefslogtreecommitdiffstats
path: root/memfilepersistence/src/tests/spi/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'memfilepersistence/src/tests/spi/CMakeLists.txt')
-rw-r--r--memfilepersistence/src/tests/spi/CMakeLists.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/memfilepersistence/src/tests/spi/CMakeLists.txt b/memfilepersistence/src/tests/spi/CMakeLists.txt
deleted file mode 100644
index 25c4acf2c32..00000000000
--- a/memfilepersistence/src/tests/spi/CMakeLists.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_library(memfilepersistence_testspi
- SOURCES
- memfiletestutils.cpp
- providerconformancetest.cpp
- memfilev1serializertest.cpp
- memfilev1verifiertest.cpp
- basicoperationhandlertest.cpp
- splitoperationhandlertest.cpp
- joinoperationhandlertest.cpp
- iteratorhandlertest.cpp
- memfiletest.cpp
- memcachetest.cpp
- simplememfileiobuffertest.cpp
- memfileautorepairtest.cpp
- shared_data_location_tracker_test.cpp
- buffered_file_writer_test.cpp
- buffer_test.cpp
- simulatedfailurefile.cpp
- DEPENDS
- memfilepersistence_testhelper
- memfilepersistence
-)