From: Ulf Möller Date: Sat, 22 Feb 2003 01:20:55 +0000 (+0000) Subject: add test X-Git-Tag: BEN_FIPS_TEST_1~38^2~284 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=c8252b71b5930216367bdd4b5b3a23fc75ee3845 add test --- 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