From: Steven Schubiger Date: Tue, 1 Sep 2009 09:07:41 +0000 (+0200) Subject: Add more testfiles to dist. X-Git-Tag: v1.13~274^2 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=7543c0831d88177c00f5c2f511339f7e4c81dda0 Add more testfiles to dist. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index d0cd7222..683f099f 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2009-09-01 Steven Schubiger + + * Makefile.am: Add Test-cookies.px, Test-cookies-401.px + and Test-restrict-ascii.px to EXTRA_DIST. + 2009-08-31 Steven Schubiger * Makefile.am: Add Test-k.px to EXTRA_DIST. diff --git a/tests/Makefile.am b/tests/Makefile.am index 120a631d..7cc5fd4c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -65,6 +65,8 @@ EXTRA_DIST = FTPServer.pm FTPTest.pm HTTPServer.pm HTTPTest.pm \ Test-c-partial.px \ Test-c.px \ Test-c-shorter.px \ + Test-cookies.px \ + Test-cookies-401.px \ Test-E-k-K.px \ Test-E-k.px \ Test-ftp.px \ @@ -107,6 +109,7 @@ EXTRA_DIST = FTPServer.pm FTPTest.pm HTTPServer.pm HTTPTest.pm \ Test-O.px \ Test-proxied-https-auth.px \ Test-proxy-auth-basic.px \ + Test-restrict-ascii.px \ Test-Restrict-Lowercase.px \ Test-Restrict-Uppercase.px \ Test--spider-fail.px \