Add regress servertest

This commit is contained in:
kinichiro
2017-03-11 22:27:09 +09:00
parent ff462f05a2
commit 350170b6ab
4 changed files with 46 additions and 0 deletions

13
tests/servertest.sh Executable file
View File

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