summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2003-02-22 01:20:55 +0000
committerUlf Möller <ulf@openssl.org>2003-02-22 01:20:55 +0000
commitc8252b71b5930216367bdd4b5b3a23fc75ee3845 (patch)
treec55b7fc5c83ddc8cc084a3bb3c09b0346dfdef29 /ms
parent94949a50aa4605a65ca1f92244bca772be139f8a (diff)
add test
Diffstat (limited to 'ms')
-rwxr-xr-xms/test.bat4
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