diff options
author | Ever ATILANO <ever.atilano@smile.fr> | 2023-03-24 15:41:48 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-05 15:57:09 -0700 |
commit | 7e4947d0b019f33e73cdb18ce0ac5662d7e2184e (patch) | |
tree | 8ef2266d172b69526f9eef5a9be9ae28172293d1 /meta-python/recipes-devtools/python/python3-path | |
parent | 2e0a581bee7fc15a78f6e19ba1e596930edee414 (diff) | |
download | meta-openembedded-7e4947d0b019f33e73cdb18ce0ac5662d7e2184e.tar.gz |
meta-python: python3-path: Add ptest
Signed-off-by: Ever ATILANO <ever.atilano@smile.fr>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-path')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-path/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-path/run-ptest b/meta-python/recipes-devtools/python/python3-path/run-ptest new file mode 100644 index 0000000000..8d2017d39c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-path/run-ptest | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||