From 86a947b9446b9b5d881d1a974cfe1bcde9d08f2f Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 2 Jul 2022 20:40:41 +0200 Subject: Cleanup: move test.h to libutil Signed-off-by: David Oberhollenzer --- tests/libsqfs/Makemodule.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/libsqfs/Makemodule.am') 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 -- cgit v1.2.3