diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-04-08 11:43:41 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-08 11:46:18 -0700 |
commit | a8faf50d38cb8f8d53b08f20262854a3fa6bae4a (patch) | |
tree | 0593905e121aaf0ab4ec22ab9ba124e5e17d35fb /meta-python/recipes-devtools/python/python3-objgraph | |
parent | fc28826b61f4d0f4ed2f28951e1c82babfd52496 (diff) | |
download | meta-openembedded-a8faf50d38cb8f8d53b08f20262854a3fa6bae4a.tar.gz |
python3-objgraph: Add recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-objgraph')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-objgraph/run-ptest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-objgraph/run-ptest b/meta-python/recipes-devtools/python/python3-objgraph/run-ptest new file mode 100644 index 0000000000..058a9ad9ee --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-objgraph/run-ptest | |||
@@ -0,0 +1,2 @@ | |||
1 | #!/bin/sh | ||
2 | pytest --automake tests.py | ||