diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b6cef1b..ebcbeda 100644 --- a/configure.ac +++ b/configure.ac @@ -252,6 +252,8 @@ 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_CONFIG_FILES([tests/pack_dir_root.sh], [chmod +x tests/pack_dir_root.sh]) +AC_CONFIG_FILES([tests/rdsquashfs/pathtraversal.sh], + [chmod +x tests/rdsquashfs/pathtraversal.sh]) AC_OUTPUT([Makefile]) |