start to enable tlstest for portable

Disabled on Windows for now due to pipe2/socketpair support.
This commit is contained in:
Brent Cook
2017-01-13 09:10:59 -06:00
parent 1d934cd2d8
commit fa20dae329
5 changed files with 53 additions and 3 deletions

13
tests/tlstest.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
set -e
tlstest_bin=./tlstest
if [ -e ./tlstest.exe ]; then
tlstest_bin=./tlstest.exe
fi
if [ -z $srcdir ]; then
srcdir=.
fi
$tlstest_bin $srcdir/server.pem $srcdir/server.pem $srcdir/ca.pem