2015-09-30 11:57:20 +02:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
|
|
DISABLE_MODULE += auto_init
|
|
|
|
|
2017-03-22 12:07:53 +01:00
|
|
|
test:
|
|
|
|
tests/01-run.py
|
|
|
|
|
2018-04-04 15:20:51 +02:00
|
|
|
TEST_ON_CI_WHITELIST += all
|
|
|
|
|
2015-09-30 11:57:20 +02:00
|
|
|
include $(RIOTBASE)/Makefile.include
|