From c443399ab10ac37902a7a54f00bca961209293bc Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sun, 6 Oct 2013 19:33:19 +0200 Subject: [PATCH] testenv: fix make dist --- testenv/ChangeLog | 4 ++++ testenv/Makefile.am | 27 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/testenv/ChangeLog b/testenv/ChangeLog index f4e116d5..34f06fe3 100644 --- a/testenv/ChangeLog +++ b/testenv/ChangeLog @@ -1,3 +1,7 @@ +2013-10-06 Giuseppe Scrivano + + * Makefile.am (EXTRA_DIST): Distribute test files. + 2013-09-16 Darshit Shah * README: Update documentation diff --git a/testenv/Makefile.am b/testenv/Makefile.am index a53117f4..296860ca 100644 --- a/testenv/Makefile.am +++ b/testenv/Makefile.am @@ -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