mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
10 lines
174 B
Makefile
10 lines
174 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += atomic_utils
|
|
USEMODULE += fmt
|
|
USEMODULE += random
|
|
USEMODULE += shell
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|