mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 14:52:45 +01:00
78ca09dd43
This moves unittests/tests-devfs to its own test. It prevents requiring `periph_hwrng` in the `unittests`.
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
|