diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-05-03 20:34:15 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-05-03 20:35:20 +0200 |
commit | d4cccaa8dd4c49eba3d26f078769e72d71c4563d (patch) | |
tree | cd36f8dc3cad365a2bbf84d00a0a439adbf58f48 /tests | |
parent | 382685671e308ae8e30f2116504767ebb08e104d (diff) |
Actually run the directory pack test if corpora tests are desiredv0.9.1
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makemodule.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/Makemodule.am b/tests/Makemodule.am index 14a2cb1..543c3af 100644 --- a/tests/Makemodule.am +++ b/tests/Makemodule.am @@ -127,12 +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 +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 endif endif |