aboutsummaryrefslogtreecommitdiff
path: root/tests/libio/uncompress.c
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2022-07-02 20:40:41 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2022-07-08 19:17:35 +0200
commit86a947b9446b9b5d881d1a974cfe1bcde9d08f2f (patch)
tree808bfcb82223d4193f8e70b174065049aab1f67f /tests/libio/uncompress.c
parente6a19ba1a05f77f051187a6b1a828ee6d39ce052 (diff)
Cleanup: move test.h to libutil
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/libio/uncompress.c')
-rw-r--r--tests/libio/uncompress.c2
1 files changed, 1 insertions, 1 deletions
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)