zephyr/tests/subsys/fs/ext2/Kconfig
Franciszek Zdobylak 1968910375 tests: fs: ext2: Mount tests
Implement tests for ext2 implementation. Tests can run on native_posix
platforms and on hifive_unmatched.

Signed-off-by: Franciszek Zdobylak <fzdobylak@antmicro.com>
2023-08-03 12:22:01 -04:00

10 lines
181 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2023 Antmicro
mainmenu "Ext2 tests"
source "Kconfig.zephyr"
config APP_TEST_BIG
bool "Make tests with larger file systems"