kosmos/source/test/test.mk

20 lines
327 B
Makefile
Raw Normal View History

2016-08-17 08:06:18 +00:00
ifeq ($(TEST_APP), blinky)
include source/test/blinky/blinky.mk
2016-08-16 12:28:08 +00:00
endif
2016-08-17 08:06:18 +00:00
2016-08-16 12:28:08 +00:00
ifeq ($(TEST_APP), pwm)
include source/test/pwm/pwm.mk
endif
2016-08-17 08:06:18 +00:00
ifeq ($(TEST_APP), rng)
include source/test/rng/rng.mk
endif
2016-08-17 08:06:18 +00: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 12:28:08 +00:00
endif