From: Darshit Shah Date: Mon, 4 Nov 2013 00:45:17 +0000 (+0530) Subject: Add tests to EXTRA_DIST variable for distribution packaging X-Git-Tag: v1.15~7 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=12218d353bb16f44a631a6d96fc4c882c70fd8eb Add tests to EXTRA_DIST variable for distribution packaging --- diff --git a/tests/ChangeLog b/tests/ChangeLog index e1ef3346..a873f7e8 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2013-11-04 Darshit Shah + + * Makefile.am: Add new tests introduced in last commit to + EXTRA_DIST. + Reported by: Andrea Urbani + 2013-10-17 Andrea Urbani * FTPServer.pm (GetBehavior): new routine. diff --git a/tests/Makefile.am b/tests/Makefile.am index a4947870..bea262e4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -82,6 +82,12 @@ EXTRA_DIST = FTPServer.pm FTPTest.pm HTTPServer.pm HTTPTest.pm \ Test-ftp-iri-fallback.px \ Test-ftp-iri-recursive.px \ Test-ftp-iri-disabled.px \ + Test-ftp-list-Multinet.px \ + Test-ftp-list-Unknown.px \ + Test-ftp-list-Unknown-a.px \ + Test-ftp-list-Unknown-hidden.px \ + Test-ftp-list-Unknown-list-a-fails.px \ + Test-ftp-list-UNIX-hidden.px \ Test-HTTP-Content-Disposition-1.px \ Test-HTTP-Content-Disposition-2.px \ Test-HTTP-Content-Disposition.px \