diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-08-20 14:38:49 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-08-20 14:45:16 +0200 |
commit | 26e3ec10db15409256bf773ad93c944156697e9e (patch) | |
tree | f8bc4aa1c8c7dd0bdf9405da2530d4c487dc88bd /tests/Makemodule.am | |
parent | 62753ec36958c40f151fa223605aea5e6a50bd89 (diff) |
Overhaul tar compression test script, add to corpora test set
- Make the script faster by unpacking everything at once instead
of file-by-file
- Also compare symlinks and directories
- More verbose output
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/Makemodule.am')
-rw-r--r-- | tests/Makemodule.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/Makemodule.am b/tests/Makemodule.am index 0ae3f8b..39db3ba 100644 --- a/tests/Makemodule.am +++ b/tests/Makemodule.am @@ -6,8 +6,10 @@ include tests/libsqfs/Makemodule.am if BUILD_TOOLS if CORPORA_TESTS -check_SCRIPTS += tests/cantrbry.sh tests/test_tar_sqfs.sh tests/pack_dir_root.sh -TESTS += tests/cantrbry.sh tests/test_tar_sqfs.sh tests/pack_dir_root.sh +check_SCRIPTS += tests/cantrbry.sh tests/test_tar_sqfs.sh \ + tests/pack_dir_root.sh tests/tarcompress.sh +TESTS += tests/cantrbry.sh tests/test_tar_sqfs.sh \ + tests/pack_dir_root.sh tests/tarcompress.sh endif endif |