tests: Add simple ets_timers test

This commit is contained in:
sheinz 2016-08-19 17:44:19 +03:00
parent dfeb437f41
commit 78ede0e460
2 changed files with 63 additions and 0 deletions

10
tests/ets_timers/Makefile Normal file
View file

@ -0,0 +1,10 @@
PROGRAM=ets_timers_test
EXTRA_COMPONENTS = extras/test
include ../../common.mk
run_test:
python ../../extras/test/run_test.py $(ESPPORT)
.PHONY: run_test