aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-05-02 12:21:55 +0200
committerpespin <pespin@sysmocom.de>2022-05-03 08:10:58 +0000
commitf3044b585eedea3ad5e028014cd6660f1a621d5d (patch)
tree1f2dad9e3ee987b681d150f97c28d2755d17be3d /tests/Makefile.am
parent159246f94f233ecb3c0b610588747b414cfdb9ce (diff)
tests: Order tests alphabetically
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 442135423..03ba2121b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,12 +1,12 @@
SUBDIRS = \
+ abis \
acc \
bsc \
codec_pref \
gsm0408 \
- abis \
- subscr \
- nanobts_omlattr \
handover \
+ nanobts_omlattr \
+ subscr \
$(NULL)
# The `:;' works around a Bash 3.2 bug when the output is not writeable.