From e3c4080755cdb2b7c18093cbd7d247ea668bc119 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Thu, 19 Dec 2024 23:08:16 -0500 Subject: [PATCH] fixup! route53: Add support for Amazon AWS Route 53 sort file names --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8f4459a..48dab6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,6 +57,7 @@ AM_PL_LOG_FLAGS = -Mstrict -w \ -I'$(abs_top_srcdir)'/t/lib \ -MDevel::Autoflush handwritten_tests = \ + t/aws_signed_request.pl \ t/builtinfw_query.pl \ t/check_value.pl \ t/get_ip_from_if.pl \ @@ -79,8 +80,7 @@ handwritten_tests = \ t/update_nics.pl \ t/use_web.pl \ t/variable_defaults.pl \ - t/write_recap.pl \ - t/aws_signed_request.pl + t/write_recap.pl generated_tests = \ t/version.pl TESTS = $(handwritten_tests) $(generated_tests)