Implement tests for ext2 implementation. Tests can run on native_posix platforms and on hifive_unmatched. Signed-off-by: Franciszek Zdobylak <fzdobylak@antmicro.com>
10 lines
181 B
Plaintext
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"
|