tests: Add simple ets_timers test
This commit is contained in:
parent
dfeb437f41
commit
78ede0e460
2 changed files with 63 additions and 0 deletions
10
tests/ets_timers/Makefile
Normal file
10
tests/ets_timers/Makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue