kosmos/source/test/test.mk

20 lines
327 B
Makefile
Raw Normal View History

2016-08-17 10:06:18 +02:00
ifeq ($(TEST_APP), blinky)
include source/test/blinky/blinky.mk
2016-08-16 14:28:08 +02:00
endif
2016-08-17 10:06:18 +02:00
2016-08-16 14:28:08 +02:00
ifeq ($(TEST_APP), pwm)
include source/test/pwm/pwm.mk
endif
2016-08-17 10:06:18 +02:00
ifeq ($(TEST_APP), rng)
include source/test/rng/rng.mk
endif
2016-08-17 10:06:18 +02:00
ifeq ($(TEST_APP), shell)
include source/test/shell/shell.mk
endif
ifeq ($(TEST_APP), uart)
include source/test/uart/uart.mk
2016-08-16 14:28:08 +02:00
endif