Blame view

RIOT/tests/thread_flood/Makefile 284 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
  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