diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-03-30 13:55:14 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-30 11:44:47 -0700 |
commit | cdcf5357de9b5721eb48aaecba74f3bcc6d6b084 (patch) | |
tree | 855549961e52579de906fd389dce6b720c993b58 /meta-python/recipes-devtools/python/python3-scrypt | |
parent | 3dfa6426dd459aa3be9e6a5fd601d72ef3170744 (diff) | |
download | meta-openembedded-cdcf5357de9b5721eb48aaecba74f3bcc6d6b084.tar.gz |
python3-scrypt: 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-scrypt')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-scrypt/run-ptest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-scrypt/run-ptest b/meta-python/recipes-devtools/python/python3-scrypt/run-ptest new file mode 100644 index 0000000000..40c284799d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-scrypt/run-ptest | |||
@@ -0,0 +1,2 @@ | |||
1 | #!/bin/sh | ||
2 | pytest | ||