libreSSL/tests/ssltest.sh
Brent Cook 2ce79c599b fix out of tree builds for ssl test
ssl tests need to find the openssl binary relative to the build,
not the source, directory
2014-07-10 17:26:22 -05:00

5 lines
112 B
Bash
Executable File

#!/bin/sh
set -e
export PATH=../apps:$PATH
$srcdir/testssl $srcdir/server.pem $srcdir/server.pem $srcdir/ca.pem