| Andrew Geissler | d583833 | 2022-05-27 11:33:10 -0500 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |||||
| Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 3 | # Run the tests in regression mode so they are quicker |
| 4 | export 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. | ||||
| 7 | export PATH=$PATH:. | ||||
| 8 | |||||
| 9 | ./testdrv --verbose | ||||