diff options
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 aa2f5df6d4..e2779de2a9 100755 --- a/ms/test.bat +++ b/ms/test.bat @@ -7,6 +7,10 @@ set OPENSSL_CONF=..\apps\openssl.cnf rem run this from inside the bin directory
+echo rsa_oaep_test
+rsa_oaep_test
+if errorlevel 1 goto done
+
echo destest
destest
if errorlevel 1 goto done
|