1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-20 12:03:52 +01:00

14 lines
285 B
Makefile

include ../Makefile.sys_common
USEMODULE += shell
USEMODULE += vfs_default
USEMODULE += vfs_util
USEMODULE += ztimer_msec
DISABLE_MODULE += test_utils_interactive_sync
# only boards with MTD are eligible
TEST_ON_CI_WHITELIST += native native64
include $(RIOTBASE)/Makefile.include