mirror of
https://github.com/espressif/openthread.git
synced 2026-08-13 06:07:48 +00:00
* support ser2net and add some non-core feature test cases * add missing non-core feature test cases
4 lines
68 B
Bash
Executable File
4 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
cd $(dirname $0)
|
|
python -u -m autothreadharness.runner $@
|