summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
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