diff options
| author | Steven Fackler <[email protected]> | 2015-09-22 23:48:29 -0400 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-09-22 23:48:29 -0400 |
| commit | def8e2ce89d9d2bf16e25801a4a893d8d84074ca (patch) | |
| tree | 50ba9b6227951d0d7167a4f4134929a5c93a6a20 /README.md | |
| parent | Merge pull request #266 from jmesmon/alpn (diff) | |
| parent | Enable testing on Windows via AppVeyor (diff) | |
| download | rust-openssl-def8e2ce89d9d2bf16e25801a4a893d8d84074ca.tar.xz rust-openssl-def8e2ce89d9d2bf16e25801a4a893d8d84074ca.zip | |
Merge pull request #273 from alexcrichton/test-on-windows
Enable testing on Windows via AppVeyor
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -64,18 +64,4 @@ The build script can be configured via environment variables: If either `OPENSSL_LIB_DIR` or `OPENSSL_INCLUDE_DIR` are specified, then the build script will skip the pkg-config step. -## Testing -Several tests expect a local test server to be running to bounce requests off -of. It's easy to do this. Open a separate terminal window and `cd` to the -rust-openssl directory. Then run one of the following command: - -```bash -./openssl/test/test.sh -``` - -This will boot a bunch of `openssl s_server` processes that the tests connect -to. Then in the original terminal, run `cargo test`. If everything is set up -correctly, all tests should pass. You can stop the servers with `killall -openssl`. - [1]: http://slproweb.com/products/Win32OpenSSL.html |