1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/sys/shell_scripting/Makefile

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