diff options
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 |