You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
APPLICATION = thread_flood |
|
include ../Makefile.tests_common |
|
|
|
DISABLE_MODULE += auto_init |
|
|
|
include $(RIOTBASE)/Makefile.include |
|
|
|
test: |
|
# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`. |
|
# So clears `TERMFLAGS` before run. |
|
TERMFLAGS= tests/test_thread.py
|
|
|