diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-03-31 09:54:56 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-31 07:03:29 -0700 |
commit | 64fc73095013a7b127947bed46df2a5e7a441fb0 (patch) | |
tree | 1f26a575cb231c5508d85cf6ffd4cc9dd034d38a /meta-python/recipes-devtools/python/python3-simpleeval | |
parent | d264766ed4d75c4cc7464ee79427059ddd2165c9 (diff) | |
download | meta-openembedded-64fc73095013a7b127947bed46df2a5e7a441fb0.tar.gz |
python3-simpleeval: 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-simpleeval')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-simpleeval/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-simpleeval/run-ptest b/meta-python/recipes-devtools/python/python3-simpleeval/run-ptest new file mode 100644 index 0000000000..5cec711696 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-simpleeval/run-ptest | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest | ||