start to enable tlstest for portable
Disabled on Windows for now due to pipe2/socketpair support.
This commit is contained in:
14
tests/tlstest.bat
Normal file
14
tests/tlstest.bat
Normal file
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
setlocal enabledelayedexpansion
|
||||
REM tlstest.bat
|
||||
|
||||
set tlstest_bin=Debug\tlstest.exe
|
||||
if not exist %tlstest_bin% exit /b 1
|
||||
|
||||
if "%srcdir%"=="" (
|
||||
set srcdir=.
|
||||
)
|
||||
|
||||
%tlstest_bin% %srcdir%\server.pem %srcdir%\server.pem %srcdir%\ca.pem
|
||||
|
||||
endlocal
|
Reference in New Issue
Block a user