mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-22 04:53:50 +01:00
7 lines
139 B
Makefile
7 lines
139 B
Makefile
export APPLICATION = test_thread_basic
|
|
include ../Makefile.tests_common
|
|
|
|
DISABLE_MODULE += auto_init
|
|
|
|
include $(RIOTBASE)/Makefile.include
|