fixup! route53: Add support for Amazon AWS Route 53

sort file names
This commit is contained in:
Richard Hansen 2024-12-19 23:08:16 -05:00
parent b20eabce7e
commit e3c4080755

View file

@ -57,6 +57,7 @@ AM_PL_LOG_FLAGS = -Mstrict -w \
-I'$(abs_top_srcdir)'/t/lib \ -I'$(abs_top_srcdir)'/t/lib \
-MDevel::Autoflush -MDevel::Autoflush
handwritten_tests = \ handwritten_tests = \
t/aws_signed_request.pl \
t/builtinfw_query.pl \ t/builtinfw_query.pl \
t/check_value.pl \ t/check_value.pl \
t/get_ip_from_if.pl \ t/get_ip_from_if.pl \
@ -79,8 +80,7 @@ handwritten_tests = \
t/update_nics.pl \ t/update_nics.pl \
t/use_web.pl \ t/use_web.pl \
t/variable_defaults.pl \ t/variable_defaults.pl \
t/write_recap.pl \ t/write_recap.pl
t/aws_signed_request.pl
generated_tests = \ generated_tests = \
t/version.pl t/version.pl
TESTS = $(handwritten_tests) $(generated_tests) TESTS = $(handwritten_tests) $(generated_tests)