mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
1352ce667b
This tests can be used to test for implementations violating atomic attribute.
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
|