Merge pull request #638 from rhansen/testdep

Tell make that the tests depend on `ddclient`
This commit is contained in:
Lenard Hess 2024-03-19 22:03:06 +01:00 committed by GitHub
commit 09ee38f694
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \