1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 13:52:44 +01:00
RIOT/tests/devfs/Makefile
Gaëtan Harter 78ca09dd43
tests/devfs: move tests-devfs out of unittests
This moves unittests/tests-devfs to its own test.
It prevents requiring `periph_hwrng` in the `unittests`.
2019-07-17 16:05:39 +02:00

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