Files
OpenBMC/poky/meta/recipes-support/libgcrypt/files/run-ptest
T

10 lines
238 B
Bash
Raw Normal View History

2026-04-23 17:07:55 +08:00
#!/bin/sh
# 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