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/libio/uncompress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libio/uncompress.c') diff --git a/tests/libio/uncompress.c b/tests/libio/uncompress.c index 9476877..0b877d8 100644 --- a/tests/libio/uncompress.c +++ b/tests/libio/uncompress.c @@ -6,7 +6,7 @@ */ #include "io/istream.h" #include "io/xfrm.h" -#include "../test.h" +#include "util/test.h" static sqfs_u8 data_in[] = { #if defined(TEST_BZIP2) -- cgit v1.2.3