]> git.ipfire.org Git - thirdparty/tar.git/commit
tests: add coverage for new --zstd and all other compression tools
authorJim Meyering <jim@meyering.net>
Mon, 26 Mar 2018 04:17:18 +0000 (21:17 -0700)
committerSergey Poznyakoff <gray@gnu.org>
Sat, 7 Apr 2018 07:32:38 +0000 (10:32 +0300)
commite8c3f4860d6b821f9e1df322821df2895596ac22
tree5720edce067eb96e9dad2141df15fa038895a9da
parent00f03498a949dd8a0abb6b78b1fddd948bc67a9e
tests: add coverage for new --zstd and all other compression tools

* tests/compress.at.in: New file: template from which each
per-compression-tool test is derived.
* tests/Makefile.am (TESTSUITE_AT): Add it.
(EXTRA_DIST): Add compress.at.in.
(compress-*.at): New rules to generate a file/tests for each compression tool.
* tests/testsuite.at (Compression): Add each of these generated
files in a new section.
* tests/.gitignore: Ignore the new generated files.
tests/.gitignore
tests/Makefile.am
tests/compress.at.in [new file with mode: 0644]
tests/testsuite.at