aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/common
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/common
parent144fc7d79703bb9b2a6512413ab1b2d59a8e6ffd (diff)
Order sources in CMakeLists.txt files.
Diffstat (limited to 'storage/src/tests/persistence/common')
-rw-r--r--storage/src/tests/persistence/common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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