The file cache allocation infrastructure changes if multiple file systems are present with different configurations. Make sure both allocation schemes are tested. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
10 lines
244 B
Plaintext
10 lines
244 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (c) 2020 Nordic Semicondutor ASA
|
|
|
|
mainmenu "littlefs core functionality test"
|
|
|
|
source "Kconfig.zephyr"
|
|
|
|
config APP_TEST_CUSTOM
|
|
bool "Select to test additional custom filesystem configurations"
|