10 lines
159 B
Makefile
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
|