summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorchrono <chron0@users.noreply.github.com>2018-10-06 18:03:52 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-10-07 22:09:54 +0000
commit17a7bf3fd25d5b862b02267843fa2d37ed387d43 (patch)
tree648203637503efef5a9fb2b4dcba5809a4078f10 /INSTALL.md
parent3f35a84968f100e1e6d3c9df467fd3c82a9ebb13 (diff)
Add AUTOTEST Option to CMakeLists.txt
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 9ba73e33..5e5828ac 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -94,6 +94,7 @@ There are some options that are available to configure the build.
94| `STRICT_ABI` | Enforce strict ABI export in dynamic libraries. | ON or OFF | OFF | 94| `STRICT_ABI` | Enforce strict ABI export in dynamic libraries. | ON or OFF | OFF |
95| `TEST_TIMEOUT_SECONDS` | Limit runtime of each test to the number of seconds specified. | Positive number or nothing (empty string). | Empty string. | 95| `TEST_TIMEOUT_SECONDS` | Limit runtime of each test to the number of seconds specified. | Positive number or nothing (empty string). | Empty string. |
96| `USE_IPV6` | Use IPv6 in tests. | ON or OFF | ON | 96| `USE_IPV6` | Use IPv6 in tests. | ON or OFF | ON |
97| `AUTOTEST` | Enable autotests (mainly for CI). | ON or OFF | OFF |
97 98
98You can get this list of option using the following commands 99You can get this list of option using the following commands
99 100