diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-11-27 10:32:13 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-11-27 10:32:13 +0100 |
commit | a487eec3e3e7c1c5552d17acd0db8cd5dcc59fc7 (patch) | |
tree | 783c4c23ec005545c1cc04925f17c980a4608d93 /tests/Makemodule.am | |
parent | 62e598c500b53902e3d97b62d879e6e9c7785d00 (diff) |
Continue cleanup of the test cases
- Force all tests into their proper sub directory
- Temporarily remove the corpora tests. They have been used for
regression tests before releases and are disabled by default, so
we should not ship them either. A script should be added for that,
downloading what is needed.
- The "pack a directory" test is also removed. It was rather hacky
and there already is a test case for the fstree_from_dir function,
which isn't ideal either. Something should be added to the
regression test suite.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/Makemodule.am')
-rw-r--r-- | tests/Makemodule.am | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/Makemodule.am b/tests/Makemodule.am deleted file mode 100644 index 7f9f54e..0000000 --- a/tests/Makemodule.am +++ /dev/null @@ -1,27 +0,0 @@ -include tests/libutil/Makemodule.am -include tests/libio/Makemodule.am -include tests/libfstree/Makemodule.am -include tests/libtar/Makemodule.am -include tests/libsqfs/Makemodule.am -include tests/gensquashfs/Makemodule.am - -if BUILD_TOOLS -if CORPORA_TESTS -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 - -if WINDOWS -else -check_SCRIPTS += tests/rdsquashfs/pathtraversal.sh -TESTS += tests/rdsquashfs/pathtraversal.sh -endif - -EXTRA_DIST += $(top_srcdir)/tests/tar2sqfs -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 -EXTRA_DIST += $(top_srcdir)/tests/rdsquashfs/pathtraversal.sqfs |