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-ptest8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-support/libgcrypt/files/run-ptest b/meta/recipes-support/libgcrypt/files/run-ptest
index 4818a061b4..c349ae1944 100644
--- a/meta/recipes-support/libgcrypt/files/run-ptest
+++ b/meta/recipes-support/libgcrypt/files/run-ptest
@@ -1,3 +1,9 @@
#!/bin/sh
-make -C build/tests runtest-TESTS
+# Run the tests in regression mode so they are quicker
+export GCRYPT_IN_REGRESSION_TEST=1
+# The 'random' test invokes itself, so we need to be sure that the test
+# directory is on PATH.
+export PATH=$PATH:.
+
+./testdrv --verbose