summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgcrypt/files/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libgcrypt/files/run-ptest')
-rw-r--r--meta/recipes-support/libgcrypt/files/run-ptest9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-support/libgcrypt/files/run-ptest b/meta/recipes-support/libgcrypt/files/run-ptest
new file mode 100644
index 0000000000..c349ae1944
--- /dev/null
+++ b/meta/recipes-support/libgcrypt/files/run-ptest
@@ -0,0 +1,9 @@
1#!/bin/sh
2
3# Run the tests in regression mode so they are quicker
4export GCRYPT_IN_REGRESSION_TEST=1
5# The 'random' test invokes itself, so we need to be sure that the test
6# directory is on PATH.
7export PATH=$PATH:.
8
9./testdrv --verbose