forked from osmocom/wireshark
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>pespin/amr
parent
962b2ba242
commit
1a26b56c26
|
@ -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
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
dftestfiles export-ignore
|
||||
dftestlib export-ignore
|
Loading…
Reference in New Issue