From 72c8155d9fc0eaeac72c053f46ebb7b231d4596a Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 31 Jan 2023 11:30:46 +0100 Subject: Reintegrate test code with library code Signed-off-by: David Oberhollenzer --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 09f5dfd..312f8ff 100644 --- a/configure.ac +++ b/configure.ac @@ -276,10 +276,10 @@ AM_CONDITIONAL([CUSTOM_ALLOC], [test "x$enable_custom_alloc" = "xyes"]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([lib/sqfs/libsquashfs1.pc]) AC_CONFIG_FILES([Doxyfile]) -AC_CONFIG_FILES([tests/tar2sqfs/test_tar_sqfs.sh], - [chmod +x tests/tar2sqfs/test_tar_sqfs.sh]) -AC_CONFIG_FILES([tests/rdsquashfs/pathtraversal.sh], - [chmod +x tests/rdsquashfs/pathtraversal.sh]) +AC_CONFIG_FILES([bin/tar2sqfs/test/test_tar_sqfs.sh], + [chmod +x bin/tar2sqfs/test/test_tar_sqfs.sh]) +AC_CONFIG_FILES([bin/rdsquashfs/test/pathtraversal.sh], + [chmod +x bin/rdsquashfs/test/pathtraversal.sh]) AC_OUTPUT([Makefile]) -- cgit v1.2.3