diff options
author | Don <don.j.olmstead@gmail.com> | 2018-03-21 11:33:38 -0700 |
---|---|---|
committer | Don <don.j.olmstead@gmail.com> | 2018-03-21 11:33:38 -0700 |
commit | 4d753badc09cca1a85c4fb7f404bae2d6ed51f5f (patch) | |
tree | f733fb88780823f3f9e6b119bcf3648cf90a7f02 /README.md | |
parent | a1c22d93cdb0dab8f1df470d6c05fda239b9054e (diff) | |
download | portable-4d753badc09cca1a85c4fb7f404bae2d6ed51f5f.tar.gz portable-4d753badc09cca1a85c4fb7f404bae2d6ed51f5f.tar.bz2 portable-4d753badc09cca1a85c4fb7f404bae2d6ed51f5f.zip |
Cleanup options around tests
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -143,9 +143,11 @@ into other projects or build by itself. | |||
143 | | Option Name | Default | Description | 143 | | Option Name | Default | Description |
144 | | ------------ | -----: | ------ | 144 | | ------------ | -----: | ------ |
145 | | LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using <br>```-DLIBRESSL_SKIP_INSTALL=ON``` | | 145 | | LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using <br>```-DLIBRESSL_SKIP_INSTALL=ON``` | |
146 | | LIBRESSL_APPS | ON | allows skipping application builds. Apps are required to run tests | | ||
147 | | LIBRESSL_TESTS | ON | allows skipping of tests. Tests are only available in static builds | | ||
148 | | BUILD_SHARED_LIBS | OFF | CMake option for building shared libraries. | | ||
146 | | ENABLE_ASM | ON | builds assembly optimized rules. | | 149 | | ENABLE_ASM | ON | builds assembly optimized rules. | |
147 | | ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms | | 150 | | ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms | |
148 | | ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) | | 151 | | ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) | |
149 | | ENABLE_VSTEST | OFF | Enable test on Visual Studio | | ||
150 | | OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using <br>```-DOPENSSLDIR=<dirname>``` | | 152 | | OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using <br>```-DOPENSSLDIR=<dirname>``` | |
151 | 153 | ||