diff options
| author | Huang Jianan <[email protected]> | 2022-02-26 15:05:51 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-15 16:19:51 -0400 |
| commit | 2c30aa3dbcc47cff583042685098ad2e7900ff57 (patch) | |
| tree | c2929ba06b67e8f654a4ab9f4b657e805601be9c /configs | |
| parent | 739941e11eef5055e3a20e7b9a235aac1b33faae (diff) | |
test/py: Add tests for the erofs
Add Python scripts to test 'ls' and 'load' commands, as well as
test related filesystem functions.
Signed-off-by: Huang Jianan <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index eaaac6d3fd9..41f73f8ecdf 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -104,6 +104,7 @@ CONFIG_CMD_TPM_TEST=y CONFIG_CMD_BTRFS=y CONFIG_CMD_CBFS=y CONFIG_CMD_CRAMFS=y +CONFIG_CMD_EROFS=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_SQUASHFS=y CONFIG_CMD_MTDPARTS=y |
