Tell make that the tests depend on ddclient

This ensures that `ddclient` is rebuilt before running tests if
`ddclient.in` changes.
This commit is contained in:
Richard Hansen 2024-03-06 23:06:19 -08:00
parent 9c3fc230ba
commit 5aa6530c84

View file

@ -72,6 +72,7 @@ generated_tests = \
t/geturl_connectivity.pl \ t/geturl_connectivity.pl \
t/version.pl t/version.pl
TESTS = $(handwritten_tests) $(generated_tests) TESTS = $(handwritten_tests) $(generated_tests)
$(TESTS): ddclient
EXTRA_DIST += $(handwritten_tests) \ EXTRA_DIST += $(handwritten_tests) \
t/lib/Devel/Autoflush.pm \ t/lib/Devel/Autoflush.pm \
t/lib/Test/Builder.pm \ t/lib/Test/Builder.pm \