diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-05-03 14:36:16 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-05-03 14:36:16 +0200 |
commit | d43b31df6b84e54d0d657fd27b2f2b5734d8f162 (patch) | |
tree | 72ab62a643abacbf302a92280800af9bd9f58213 /tests/Makemodule.am | |
parent | 5380c605440db063f8b80a2a48b326a8ce9b0d93 (diff) |
Add a simple test script for the gensquashfs packdir + allroot use case
Since this is a fairly common use case, it deserves a simple test case
to check out that e.g. option processing hasn't been botched up (again).
As input directory, the licenses directory is used as it contains no
intermediate build output and should change fairly infrequently.
The test is enabled irregardless of the corpora-test option.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/Makemodule.am')
-rw-r--r-- | tests/Makemodule.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makemodule.am b/tests/Makemodule.am index f4aca03..14a2cb1 100644 --- a/tests/Makemodule.am +++ b/tests/Makemodule.am @@ -127,6 +127,9 @@ TESTS += test_tar_gnu test_tar_sparse_gnu test_tar_sparse_gnu1 TESTS += test_tar_sparse_gnu2 test_tar_xattr_bsd test_tar_xattr_schily TESTS += test_tar_xattr_schily_bin +check_SCRIPTS += tests/pack_dir_root.sh +TESTS += tests/pack_dir_root.sh + if CORPORA_TESTS check_SCRIPTS += tests/cantrbry.sh tests/test_tar_sqfs.sh TESTS += tests/cantrbry.sh tests/test_tar_sqfs.sh @@ -137,3 +140,4 @@ EXTRA_DIST += $(top_srcdir)/tests/tar $(top_srcdir)/tests/words.txt EXTRA_DIST += $(top_srcdir)/tests/fstree1.txt EXTRA_DIST += $(top_srcdir)/tests/corpus/cantrbry.tar.xz EXTRA_DIST += $(top_srcdir)/tests/corpus/cantrbry.sha512 +EXTRA_DIST += $(top_srcdir)/tests/pack_dir_root.txt.ref |