diff options
author | Ulf Möller <ulf@openssl.org> | 2003-02-22 01:20:55 +0000 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2003-02-22 01:20:55 +0000 |
commit | c8252b71b5930216367bdd4b5b3a23fc75ee3845 (patch) | |
tree | c55b7fc5c83ddc8cc084a3bb3c09b0346dfdef29 /ms | |
parent | 94949a50aa4605a65ca1f92244bca772be139f8a (diff) | |
download | openssl-new-c8252b71b5930216367bdd4b5b3a23fc75ee3845.tar.gz |
add test
Diffstat (limited to 'ms')
-rwxr-xr-x | ms/test.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ms/test.bat b/ms/test.bat index 8f69194283..c3a1b0c28d 100755 --- a/ms/test.bat +++ b/ms/test.bat @@ -67,6 +67,10 @@ echo dsatest dsatest
if errorlevel 1 goto done
+echo ectest
+ectest
+if errorlevel 1 goto done
+
echo testenc
call %test%\testenc openssl
if errorlevel 1 goto done
|