From: Michael Tremer Date: Wed, 31 May 2017 21:22:00 +0000 (+0100) Subject: Order tests alphabetically X-Git-Tag: 009~245 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7fd80672a02449182a688390c58c3f13fc5d007;p=network.git Order tests alphabetically Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 8d4898be..c9a71557 100644 --- a/Makefile.am +++ b/Makefile.am @@ -444,10 +444,10 @@ dist_check_SCRIPTS = \ TESTS = \ test/load-library \ - test/functions/ip/ip_is_valid \ - test/functions/ip/ip_is_network \ test/functions/ip/ip_detect_protocol \ - test/functions/ip/ip_protocol_is_supported \ test/functions/ip/ip_get_prefix \ - test/functions/ip/ip_split_prefix \ - test/functions/ip/ip_prefix_is_valid + test/functions/ip/ip_is_network \ + test/functions/ip/ip_is_valid \ + test/functions/ip/ip_prefix_is_valid \ + test/functions/ip/ip_protocol_is_supported \ + test/functions/ip/ip_split_prefix