aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2017-11-02 10:30:31 +0000
committerGeir Storli <geirst@oath.com>2017-11-02 10:30:31 +0000
commit42c31473a34b31f79f793e1b6053bd7d0ab3b58d (patch)
treeb61f7ca1e52be30deec2abe7709d78618945ccb9 /storage/src/tests/persistence
parent144fc7d79703bb9b2a6512413ab1b2d59a8e6ffd (diff)
Order sources in CMakeLists.txt files.
Diffstat (limited to 'storage/src/tests/persistence')
-rw-r--r--storage/src/tests/persistence/CMakeLists.txt14
-rw-r--r--storage/src/tests/persistence/common/CMakeLists.txt2
-rw-r--r--storage/src/tests/persistence/filestorage/CMakeLists.txt10
3 files changed, 13 insertions, 13 deletions
diff --git a/storage/src/tests/persistence/CMakeLists.txt b/storage/src/tests/persistence/CMakeLists.txt
index f5715ca3531..07b71dbae8a 100644
--- a/storage/src/tests/persistence/CMakeLists.txt
+++ b/storage/src/tests/persistence/CMakeLists.txt
@@ -1,16 +1,16 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_testpersistence TEST
SOURCES
- processalltest.cpp
- persistencetestutils.cpp
- splitbitdetectortest.cpp
- legacyoperationhandlertest.cpp
+ bucketownershipnotifiertest.cpp
diskmoveoperationhandlertest.cpp
- provider_error_wrapper_test.cpp
+ legacyoperationhandlertest.cpp
mergehandlertest.cpp
- persistencethread_splittest.cpp
- bucketownershipnotifiertest.cpp
persistencequeuetest.cpp
+ persistencetestutils.cpp
+ persistencethread_splittest.cpp
+ processalltest.cpp
+ provider_error_wrapper_test.cpp
+ splitbitdetectortest.cpp
testandsettest.cpp
DEPENDS
storage
diff --git a/storage/src/tests/persistence/common/CMakeLists.txt b/storage/src/tests/persistence/common/CMakeLists.txt
index 816a2a05ac2..7910336c141 100644
--- a/storage/src/tests/persistence/common/CMakeLists.txt
+++ b/storage/src/tests/persistence/common/CMakeLists.txt
@@ -1,8 +1,8 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_testpersistence_common TEST
SOURCES
- persistenceproviderwrapper.cpp
filestortestfixture.cpp
+ persistenceproviderwrapper.cpp
DEPENDS
persistence
storage_testcommon
diff --git a/storage/src/tests/persistence/filestorage/CMakeLists.txt b/storage/src/tests/persistence/filestorage/CMakeLists.txt
index 9c57b2a6a6b..dfd5902b236 100644
--- a/storage/src/tests/persistence/filestorage/CMakeLists.txt
+++ b/storage/src/tests/persistence/filestorage/CMakeLists.txt
@@ -1,14 +1,14 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_testfilestorage TEST
SOURCES
+ deactivatebucketstest.cpp
+ deletebuckettest.cpp
filestormanagertest.cpp
- operationabortingtest.cpp
+ filestormodifiedbucketstest.cpp
mergeblockingtest.cpp
- sanitycheckeddeletetest.cpp
- deactivatebucketstest.cpp
modifiedbucketcheckertest.cpp
- filestormodifiedbucketstest.cpp
- deletebuckettest.cpp
+ operationabortingtest.cpp
+ sanitycheckeddeletetest.cpp
singlebucketjointest.cpp
DEPENDS
storage