mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
10 lines
201 B
Makefile
10 lines
201 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEPKG += littlefs2
|
|
USEMODULE += embunit
|
|
|
|
# disabling due to unknown failure. See #15123.
|
|
TEST_ON_CI_BLACKLIST += esp32-wroom-32
|
|
|
|
include $(RIOTBASE)/Makefile.include
|