diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-04-21 09:58:51 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-20 21:45:13 -0700 |
commit | e6fed1c1ed33d54a50a43a1c9ed9abd7b7c61cce (patch) | |
tree | 45393655ffc9c8436ba5c566807aab0b37a6c13e /meta-python/recipes-devtools/python/python3-jsonpointer | |
parent | 139b83eec2a52805ee83f8deddfa173c7672fce8 (diff) | |
download | meta-openembedded-e6fed1c1ed33d54a50a43a1c9ed9abd7b7c61cce.tar.gz |
python3-jsonpointer: 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-jsonpointer')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-jsonpointer/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsonpointer/run-ptest b/meta-python/recipes-devtools/python/python3-jsonpointer/run-ptest new file mode 100644 index 0000000000..51e609f4ba --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jsonpointer/run-ptest | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | python3 tests.py | ||