Merge pull request #638 from rhansen/testdep
Tell make that the tests depend on `ddclient`
This commit is contained in:
commit
09ee38f694
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue