1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

testenv: fix make dist

This commit is contained in:
Giuseppe Scrivano 2013-10-06 19:33:19 +02:00 committed by Darshit Shah
parent 7cbe8141d1
commit c443399ab1
2 changed files with 31 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-10-06 Giuseppe Scrivano <gscrivan@redhat.com>
* Makefile.am (EXTRA_DIST): Distribute test files.
2013-09-16 Darshit Shah <darnir@gmail.com>
* README: Update documentation

View File

@ -51,3 +51,30 @@ TESTS = Test-auth-basic-fail.py \
XFAIL_TESTS = Test-auth-both.py \
Test--spider-r.py
LOG_COMPILER = python3
EXTRA_DIST = ColourTerm.py \
FTPServer.py \
HTTPServer.py \
README \
Test--spider-r.py \
Test-Content-disposition-2.py \
Test-Content-disposition.py \
Test-Head.py \
Test-O.py \
Test-Parallel-Proto.py \
Test-Post.py \
Test-Proto.py \
Test-auth-basic-fail.py \
Test-auth-basic.py \
Test-auth-both.py \
Test-auth-digest.py \
Test-auth-no-challenge-url.py \
Test-auth-no-challenge.py \
Test-auth-retcode.py \
Test-auth-with-content-disposition.py \
Test-c-full.py \
Test-cookie-401.py \
Test-cookie-domain-mismatch.py \
Test-cookie-expires.py \
Test-cookie.py \
WgetTest.py