esp-open-rtos/tests/ets_timers/Makefile
2016-08-19 17:44:19 +03:00

10 lines
159 B
Makefile

PROGRAM=ets_timers_test
EXTRA_COMPONENTS = extras/test
include ../../common.mk
run_test:
python ../../extras/test/run_test.py $(ESPPORT)
.PHONY: run_test