Change t/geturl_connectivity.pl
to handwritten
Commit a9c1e545fb
removed the
`configure.ac` substitution, so the test no longer needs to be
generated.
This commit is contained in:
parent
97397db294
commit
01d1d5e142
3 changed files with 1 additions and 2 deletions
|
@ -63,13 +63,13 @@ AM_PL_LOG_FLAGS = -Mstrict -w \
|
||||||
-MDevel::Autoflush
|
-MDevel::Autoflush
|
||||||
handwritten_tests = \
|
handwritten_tests = \
|
||||||
t/get_ip_from_if.pl \
|
t/get_ip_from_if.pl \
|
||||||
|
t/geturl_connectivity.pl \
|
||||||
t/is-and-extract-ipv4.pl \
|
t/is-and-extract-ipv4.pl \
|
||||||
t/is-and-extract-ipv6.pl \
|
t/is-and-extract-ipv6.pl \
|
||||||
t/is-and-extract-ipv6-global.pl \
|
t/is-and-extract-ipv6-global.pl \
|
||||||
t/parse_assignments.pl \
|
t/parse_assignments.pl \
|
||||||
t/write_cache.pl
|
t/write_cache.pl
|
||||||
generated_tests = \
|
generated_tests = \
|
||||||
t/geturl_connectivity.pl \
|
|
||||||
t/version.pl
|
t/version.pl
|
||||||
TESTS = $(handwritten_tests) $(generated_tests)
|
TESTS = $(handwritten_tests) $(generated_tests)
|
||||||
$(TESTS): ddclient
|
$(TESTS): ddclient
|
||||||
|
|
|
@ -82,7 +82,6 @@ m4_foreach_w([_m], [
|
||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
t/geturl_connectivity.pl
|
|
||||||
t/version.pl
|
t/version.pl
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
Loading…
Reference in a new issue