Draft version of test system
This commit is contained in:
parent
95081a1e9f
commit
5ace1c5bff
12 changed files with 290 additions and 19 deletions
10
tests/example/Makefile
Normal file
10
tests/example/Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
PROGRAM=example_test
|
||||
|
||||
EXTRA_COMPONENTS = extras/test
|
||||
|
||||
include ../../common.mk
|
||||
|
||||
run_test:
|
||||
python ../../extras/test/run_test.py /dev/ttyUSB0
|
||||
|
||||
.PHONY: run_test
|
||||
Loading…
Add table
Add a link
Reference in a new issue