diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-04-02 10:22:31 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-01 23:32:54 -0700 |
commit | ee2735b3c0fbb0272b9251fb8aa28befe92560d5 (patch) | |
tree | fe70fcd06f237cd67bbb72e72aa5dc2aa45fb8fc /meta-python/recipes-devtools/python/python3-parse | |
parent | 59438f43e40e2bee05897307cc0bc444b353ab2f (diff) | |
download | meta-openembedded-ee2735b3c0fbb0272b9251fb8aa28befe92560d5.tar.gz |
python3-parse: 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-parse')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-parse/run-ptest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parse/run-ptest b/meta-python/recipes-devtools/python/python3-parse/run-ptest new file mode 100644 index 0000000000..40c284799d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-parse/run-ptest | |||
@@ -0,0 +1,2 @@ | |||
1 | #!/bin/sh | ||
2 | pytest | ||