bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Wget tests


From: Matthew White
Subject: Re: [Bug-wget] Wget tests
Date: Mon, 15 Aug 2016 21:47:48 +0200

On Mon, 15 Aug 2016 15:06:52 -0400
address@hidden (Dale R. Worley) wrote:

> Can someone give me a hint how the wget tests work?  The test
> directories seem to contain no high-level documentation.  As far as I
> can tell, the pairs of files *.{trs,log} either are or correspond to the
> various tests, but I can't find the file(s) that specify what the test
> invocations of wget are, nor what files the test HTTP server sees.
> 
> Thanks,
> 
> Dale
> 

I can tell you what worked for me to run the tests (take a look at the file 
INSTALL).

$ wget -c http://ftp.gnu.org/gnu/wget/wget-1.18.tar.xz
$ tar -xf wget-1.18.tar.xz
$ cd wget-1.18
$ ./configure [your options here]
$ make check

to run some of the tests:
$ cd tests
$ make check

- or -

$ git clone git://git.savannah.gnu.org/wget.git
$ cd wget
$ ./bootstrap
$ ./configure [your options here]
$ make check

Good luck,
Matthew

-- 
Matthew White <address@hidden>

Attachment: pgpOsUduniPs_.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]