kosmos/source/test/test.mk

7 lines
128 B
Makefile
Raw Normal View History

2016-08-02 12:10:11 +00:00
ifeq ($(TEST_APP), shell)
include source/test/shell/shell.mk
2016-08-08 09:19:08 +00:00
endif
ifeq ($(TEST_APP), pwm)
include source/test/pwm/pwm.mk
endif