aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/common/hostreporter
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/common/hostreporter
parent144fc7d79703bb9b2a6512413ab1b2d59a8e6ffd (diff)
Order sources in CMakeLists.txt files.
Diffstat (limited to 'storage/src/tests/common/hostreporter')
-rw-r--r--storage/src/tests/common/hostreporter/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/src/tests/common/hostreporter/CMakeLists.txt b/storage/src/tests/common/hostreporter/CMakeLists.txt
index 6d72c3d7053..11a4c0f3f0b 100644
--- a/storage/src/tests/common/hostreporter/CMakeLists.txt
+++ b/storage/src/tests/common/hostreporter/CMakeLists.txt
@@ -2,12 +2,12 @@
vespa_add_library(storage_testhostreporter TEST
SOURCES
cpureportertest.cpp
+ diskreportertest.cpp
+ hostinfotest.cpp
memreportertest.cpp
networkreportertest.cpp
- versionreportertest.cpp
- diskreportertest.cpp
util.cpp
- hostinfotest.cpp
+ versionreportertest.cpp
DEPENDS
storage
)