Simply need to add those to the EXTRA_DIST variable in Makefile.am. I've attached a patch for this.
On Sun, Nov 3, 2013 at 9:21 PM, Andrea Urbani <[email protected]> wrote: > Hi Giuseppe, > > the following files are missing: > tests/Test-ftp-list-Multinet.px > tests/Test-ftp-list-Unknown.px > tests/Test-ftp-list-Unknown-a.px > tests/Test-ftp-list-Unknown-hidden.px > tests/Test-ftp-list-Unknown-list-a-fails.px > tests/Test-ftp-list-UNIX-hidden.px > > Please, include them (you find them also attached here) > > Bye > Andrea > > > ----- Original Message ----- > From: Giuseppe Scrivano > Sent: 11/02/13 01:32 PM > To: [email protected] > Subject: [Bug-wget] wget alpha release 1.14.96-38327 > Hi, > > I have just uploaded an alpha release for wget. If no blocking errors > are found, then I will make an official release in the coming weeks > (that is, wget 1.15). > > Please test it! :-) > > http://alpha.gnu.org/gnu/wget/wget-1.14.96-38327.tar.gz > http://alpha.gnu.org/gnu/wget/wget-1.14.96-38327.tar.xz > > signatures, using key C03363F4: > > http://alpha.gnu.org/gnu/wget/wget-1.14.96-38327.tar.gz.sig > http://alpha.gnu.org/gnu/wget/wget-1.14.96-38327.tar.xz.sig > > Thanks, > Giuseppe > -- Thanking You, Darshit Shah
From febe1547001dc60e32177437ee9dfb25f4957962 Mon Sep 17 00:00:00 2001 From: Darshit Shah <[email protected]> Date: Mon, 4 Nov 2013 06:15:17 +0530 Subject: [PATCH] Add tests to EXTRA_DIST variable for distribution packaging --- tests/ChangeLog | 6 ++++++ tests/Makefile.am | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/tests/ChangeLog b/tests/ChangeLog index e1ef334..c8dc09d 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2013-11-04 Darshit Shah <[email protected]> + + * Makefile.am: Add new tests introduced in last commit to + EXTRA_DIST. + Reported by: Andrea Urbani <[email protected]> + 2013-10-17 Andrea Urbani <[email protected]> * FTPServer.pm (GetBehavior): new routine. diff --git a/tests/Makefile.am b/tests/Makefile.am index a494787..bea262e 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 \ -- 1.8.4.2
