This application has failed to start because libeay32.dll was not foundlibeay32.dll is one of the openssl dll's that you should have downloaded. You probably just need to add the location of libeay32.dll (C:\openssl) to the path:
set PATH=%PATH%;C:\openssl
Then the tests should run ok.
Cheers,
Rob