diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2015-11-17 04:17:04 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:33:06 +0100 |
commit | 2463e39c449cb3431e28a2a1ed5c31f778bf47bc (patch) | |
tree | fe3e270f7b856e037151825f4fab55036f6e5398 /meta-python/recipes-devtools/python/python-pygpgme | |
parent | 2a233e1b0793ae406b92d6e9042d065daa4376c8 (diff) | |
download | meta-openembedded-2463e39c449cb3431e28a2a1ed5c31f778bf47bc.tar.gz |
python-pygpgme: add ptest support
* add ptest support
* runtime depends on gnupg
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pygpgme')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pygpgme/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pygpgme/run-ptest b/meta-python/recipes-devtools/python/python-pygpgme/run-ptest new file mode 100644 index 000000000..ac867e2c0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pygpgme/run-ptest | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | GPG_AGENT_INFO= python test_all.py -v | ||