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:
parent
9c3fc230ba
commit
5aa6530c84
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue