summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-12-14 21:50:09 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2018-12-17 10:36:52 +0100
commitd76b4afb8ed9531c1609804b684900a0ea96815c (patch)
tree2e576b5bd91d3e28b1f0ff7e5740e1d8939e3c19 /test/unit
parenta8cdd9e16a04ca837401cbcaa4677b2af50007b7 (diff)
downloadlvm2-d76b4afb8ed9531c1609804b684900a0ea96815c.tar.gz
makefiles: sort
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/Makefile b/test/unit/Makefile
index fa6acb623..5b71e1bf5 100644
--- a/test/unit/Makefile
+++ b/test/unit/Makefile
@@ -20,11 +20,11 @@ UNIT_SOURCE=\
test/unit/config_t.c \
test/unit/dmlist_t.c \
test/unit/dmstatus_t.c \
+ test/unit/framework.c \
test/unit/io_engine_t.c \
- test/unit/radix_tree_t.c \
test/unit/matcher_t.c \
- test/unit/framework.c \
test/unit/percent_t.c \
+ test/unit/radix_tree_t.c \
test/unit/run.c \
test/unit/string_t.c \
test/unit/vdo_t.c