Re: [PATCH v4 rebased 2/2] fs/erofs: Add tests for EROFS in grub-fs-tester

2024-02-29 Thread Daniel Kiper
On Mon, Feb 19, 2024 at 02:22:24PM +0800, Yifan Zhao wrote: > In this patch, three tests of EROFS are introduced and they cover > compact, extended and chunk-based inodes, respectively. > > Signed-off-by: Yifan Zhao LGTM... Daniel ___ Grub-devel maili

[PATCH v4 rebased 2/2] fs/erofs: Add tests for EROFS in grub-fs-tester

2024-02-19 Thread Yifan Zhao
In this patch, three tests of EROFS are introduced and they cover compact, extended and chunk-based inodes, respectively. Signed-off-by: Yifan Zhao --- .gitignore | 1 + Makefile.util.def| 6 ++ tests/erofs_test.in | 20 tests/uti