From 5aa6530c84e8bca66fd7c214c013c3ca1195d91d Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Wed, 6 Mar 2024 23:06:19 -0800 Subject: [PATCH] Tell make that the tests depend on `ddclient` This ensures that `ddclient` is rebuilt before running tests if `ddclient.in` changes. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index af5bf06..cd36fc4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,6 +72,7 @@ generated_tests = \ t/geturl_connectivity.pl \ t/version.pl TESTS = $(handwritten_tests) $(generated_tests) +$(TESTS): ddclient EXTRA_DIST += $(handwritten_tests) \ t/lib/Devel/Autoflush.pm \ t/lib/Test/Builder.pm \