1# SPDX-License-Identifier: Apache-2.0
2# Copyright (c) 2023 Antmicro
3
4mainmenu "Ext2 tests"
5
6source "Kconfig.zephyr"
7
8config APP_TEST_BIG
9	bool "Make tests with larger file systems"
10