mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 20:32:47 +01:00
13 lines
210 B
Makefile
13 lines
210 B
Makefile
|
include ../Makefile.tests_common
|
||
|
|
||
|
USEMODULE += embunit
|
||
|
|
||
|
USEMODULE += vfs
|
||
|
USEMODULE += devfs
|
||
|
USEMODULE += devfs_random
|
||
|
USEMODULE += devfs_hwrng
|
||
|
|
||
|
TEST_ON_CI_WHITELIST += all
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.include
|