1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/sizeof_tcb/Makefile

17 lines
267 B
Makefile
Raw Normal View History

include ../Makefile.tests_common
2016-02-26 22:19:31 +01:00
# othread_t modifying modules:
#
# disabled by default:
2016-02-24 23:21:56 +01:00
# USEMODULE += core_thread_flags
2016-02-26 22:19:31 +01:00
#
# enabled by defaule:
# DISABLE_MODULE += core_msg
2016-02-24 23:21:56 +01:00
2018-04-04 15:20:51 +02:00
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py