1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 10:33:49 +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