diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-12-13 12:29:42 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-12-13 12:44:27 +0100 |
commit | acdbae1723d1bc32d2e31d06ad76306af1749032 (patch) | |
tree | 700e5a0394e2d452447933949182a78ab3daeffc /Makefile.am | |
parent | 2d2772341fa65e3d412e76c6e9d4a8815756c0ec (diff) |
Add a simplistic integration and regression test
This test basically consists of the Canterbury Corpus which is turned
into a SquashFS image using every supported compressor, with every
supported block size, with and without tail end packing.
The results MUST have an exact, given sha512sum. If that changes, it
means either a regression in the output format, something broke or
non-deterministic packing behaviour.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6ab36f3..1a67475 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,7 @@ bin_PROGRAMS = lib_LTLIBRARIES = dist_man1_MANS = check_PROGRAMS = +check_SCRIPTS = pkgconfig_DATA = EXTRA_DIST = autogen.sh README.md CHANGELOG.md COPYING.md mkwinbins.sh licenses |