From 86a947b9446b9b5d881d1a974cfe1bcde9d08f2f Mon Sep 17 00:00:00 2001 From: David Oberhollenzer <david.oberhollenzer@sigma-star.at> Date: Sat, 2 Jul 2022 20:40:41 +0200 Subject: Cleanup: move test.h to libutil Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> --- tests/libsqfs/Makemodule.am | 6 +++--- tests/libsqfs/abi.c | 2 +- tests/libsqfs/table.c | 2 +- tests/libsqfs/xattr_writer.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/libsqfs') diff --git a/tests/libsqfs/Makemodule.am b/tests/libsqfs/Makemodule.am index 514571d..ca24caf 100644 --- a/tests/libsqfs/Makemodule.am +++ b/tests/libsqfs/Makemodule.am @@ -1,10 +1,10 @@ -test_abi_SOURCES = tests/libsqfs/abi.c tests/test.h +test_abi_SOURCES = tests/libsqfs/abi.c test_abi_LDADD = libsquashfs.la libcompat.a -test_table_SOURCES = tests/libsqfs/table.c tests/test.h +test_table_SOURCES = tests/libsqfs/table.c test_table_LDADD = libsquashfs.la libcompat.a -test_xattr_writer_SOURCES = tests/libsqfs/xattr_writer.c tests/test.h +test_xattr_writer_SOURCES = tests/libsqfs/xattr_writer.c test_xattr_writer_LDADD = libsquashfs.la libcompat.a xattr_benchmark_SOURCES = tests/libsqfs/xattr_benchmark.c diff --git a/tests/libsqfs/abi.c b/tests/libsqfs/abi.c index 3bdc4f5..0eaf5df 100644 --- a/tests/libsqfs/abi.c +++ b/tests/libsqfs/abi.c @@ -9,7 +9,7 @@ #include "sqfs/block_processor.h" #include "sqfs/compressor.h" #include "sqfs/block.h" -#include "../test.h" +#include "util/test.h" #include <stddef.h> diff --git a/tests/libsqfs/table.c b/tests/libsqfs/table.c index 5f240cc..ed373a7 100644 --- a/tests/libsqfs/table.c +++ b/tests/libsqfs/table.c @@ -6,7 +6,7 @@ */ #include "config.h" #include "compat.h" -#include "../test.h" +#include "util/test.h" #include "sqfs/compressor.h" #include "sqfs/error.h" diff --git a/tests/libsqfs/xattr_writer.c b/tests/libsqfs/xattr_writer.c index 6fa0355..dfc8966 100644 --- a/tests/libsqfs/xattr_writer.c +++ b/tests/libsqfs/xattr_writer.c @@ -6,7 +6,7 @@ */ #include "config.h" #include "compat.h" -#include "../test.h" +#include "util/test.h" #include "sqfs/xattr_writer.h" #include "sqfs/compressor.h" -- cgit v1.2.3