summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-cryptography/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography/run-ptest')
-rw-r--r--meta/recipes-devtools/python/python3-cryptography/run-ptest4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography/run-ptest b/meta/recipes-devtools/python/python3-cryptography/run-ptest
new file mode 100644
index 0000000000..1e97dda63e
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-cryptography/run-ptest
@@ -0,0 +1,4 @@
1#!/bin/sh
2if ./check-memfree.py; then
3 pytest -vvvv tests/
4fi