mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
275 B
Makefile
14 lines
275 B
Makefile
|
include ../Makefile.tests_common
|
||
|
|
||
|
# HACK were disabled for `armv7` in unittests and fail to pass the test
|
||
|
BOARD_BLACKLIST += avsextrem
|
||
|
BOARD_BLACKLIST += msba2
|
||
|
|
||
|
USEMODULE += embunit
|
||
|
|
||
|
FEATURES_REQUIRED += cpp
|
||
|
|
||
|
DISABLE_MODULE += auto_init
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.include
|