1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/test_thread_msg_block_w_queue/Makefile
Lotte Steenbrink 8812745b02 added two test cases for issue #100
test_thread_msg_block_w_queue:
	demonstrates the behaviour described in issue #100
	and that it is solved by PR #569

test_thread_msg_block_wo_queue:
	demonstrates behaviour similar to the above but without
	a messge queue. This works with the current master, but
	breaks with PR #569
2014-02-13 13:25:45 +00:00

10 lines
207 B
Makefile

# name of your project
export PROJECT = test_thread_msg_block_w_queue
export BOARD ?= native
# the absolute path of the RIOT-base dir
export RIOTBASE =$(CURDIR)/../..
include $(RIOTBASE)/Makefile.include