diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-12-15 02:17:08 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-12-15 02:31:54 +0100 |
commit | 026381843e1e17b00a68c57734117cb459853d5c (patch) | |
tree | c5b19c1bb99746a06cad852f080182625e334fc6 /configure.ac | |
parent | a8ae870667efc4051acdc323dc2a27293c82f600 (diff) |
Add a test script that turns all test tarballs into SquashFS images
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b1fa2f2..04594c8 100644 --- a/configure.ac +++ b/configure.ac @@ -216,6 +216,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([lib/sqfs/libsquashfs0.pc]) AC_CONFIG_FILES([Doxyfile]) AC_CONFIG_FILES([tests/cantrbry.sh], [chmod +x tests/cantrbry.sh]) +AC_CONFIG_FILES([tests/test_tar_sqfs.sh], [chmod +x tests/test_tar_sqfs.sh]) AC_OUTPUT([Makefile]) |