Ensure test directories are included with git archive

"make dist" will currently fail with "git archive" archives because
dftestfiles and dftestlib is missing. To encourage distributors to run
tests, ensure that these files (1.64MiB uncompressed, 688KiB
gzip-compressed) are bundled.

Change-Id: I1fc2bd6df45db40e64e7691235f716bbf3562f87
Reviewed-on: https://code.wireshark.org/review/27158
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Peter Wu 2018-04-26 11:01:56 +02:00 committed by Gerald Combs
parent 962b2ba242
commit 1a26b56c26
2 changed files with 0 additions and 3 deletions

1
.gitattributes vendored
View File

@ -1,7 +1,6 @@
* text=auto
*.sh eol=lf
/test/run_and_catch_crashes eol=lf
/test export-ignore
.bzrignore export-ignore
.gitattributes export-ignore
.gitignore export-ignore

View File

@ -1,2 +0,0 @@
dftestfiles export-ignore
dftestlib export-ignore