summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorzugz (tox) <mbays+tox@sdf.org>2018-12-08 12:32:32 +0100
committerzugz (tox) <mbays+tox@sdf.org>2018-12-11 21:49:34 +0100
commit0f8f82a3cf639233c69c893c102a82b6e11ae98e (patch)
tree8742fec5f6b8d67c755e090fc48cdaa65249c177 /INSTALL.md
parent9770880e975a09635a461c46c8fcc193bce57004 (diff)
Add cmake option for building additional tests
Closes #1262
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 5e5828ac..2cb25741 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -83,8 +83,10 @@ There are some options that are available to configure the build.
83 83
84| Name | Description | Expected Value | Default Value | 84| Name | Description | Expected Value | Default Value |
85|------------------------|-----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|---------------------------------------------------| 85|------------------------|-----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|---------------------------------------------------|
86| `AUTOTEST` | Enable autotests (mainly for CI). | ON or OFF | OFF |
86| `BOOTSTRAP_DAEMON` | Enable building of tox-bootstrapd, the DHT bootstrap node daemon. For Unix-like systems only. | ON or OFF | ON | 87| `BOOTSTRAP_DAEMON` | Enable building of tox-bootstrapd, the DHT bootstrap node daemon. For Unix-like systems only. | ON or OFF | ON |
87| `BUILD_AV_TEST` | Build toxav test. | ON or OFF | ON | 88| `BUILD_AV_TEST` | Build toxav test. | ON or OFF | ON |
89| `BUILD_MISC_TESTS` | Build additional tests. | ON or OFF | OFF |
88| `BUILD_TOXAV` | Whether to build the tox AV library. | ON or OFF | ON | 90| `BUILD_TOXAV` | Whether to build the tox AV library. | ON or OFF | ON |
89| `CMAKE_INSTALL_PREFIX` | Path to where everything should be installed. | Directory path. | Platform-dependent. Refer to CMake documentation. | 91| `CMAKE_INSTALL_PREFIX` | Path to where everything should be installed. | Directory path. | Platform-dependent. Refer to CMake documentation. |
90| `DHT_BOOTSTRAP` | Enable building of `DHT_bootstrap` | ON or OFF | ON | 92| `DHT_BOOTSTRAP` | Enable building of `DHT_bootstrap` | ON or OFF | ON |
@@ -94,7 +96,6 @@ 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 | 96| `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. | 97| `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 | 98| `USE_IPV6` | Use IPv6 in tests. | ON or OFF | ON |
97| `AUTOTEST` | Enable autotests (mainly for CI). | ON or OFF | OFF |
98 99
99You can get this list of option using the following commands 100You can get this list of option using the following commands
100 101