diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-04-11 08:42:04 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-10 17:48:39 -0700 |
commit | d9131303dd420a106cf0b5c46809fa97eae3f7b2 (patch) | |
tree | e6b1ea83aaf5cd38a5a25e09420c8c91fe2687e1 /meta-python/recipes-devtools/python/python3-pyserial | |
parent | c7a4fb91bd5ec41a6faefbb7a1251a82949ca8a9 (diff) | |
download | meta-openembedded-d9131303dd420a106cf0b5c46809fa97eae3f7b2.tar.gz |
python3-pyserial: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyserial')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyserial/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyserial/run-ptest b/meta-python/recipes-devtools/python/python3-pyserial/run-ptest new file mode 100644 index 000000000..5cec71169 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyserial/run-ptest | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest | ||