From 17a7bf3fd25d5b862b02267843fa2d37ed387d43 Mon Sep 17 00:00:00 2001 From: chrono Date: Sat, 6 Oct 2018 18:03:52 +0000 Subject: Add AUTOTEST Option to CMakeLists.txt --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) (limited to 'INSTALL.md') 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. | `STRICT_ABI` | Enforce strict ABI export in dynamic libraries. | ON or OFF | OFF | | `TEST_TIMEOUT_SECONDS` | Limit runtime of each test to the number of seconds specified. | Positive number or nothing (empty string). | Empty string. | | `USE_IPV6` | Use IPv6 in tests. | ON or OFF | ON | +| `AUTOTEST` | Enable autotests (mainly for CI). | ON or OFF | OFF | You can get this list of option using the following commands -- cgit v1.2.3