Merge pull request #1918 from spacey-sooty/allow-disabling-tests-and-examples
Document disabling tests and examples in INSTALL.mdrelease/4.3a0
commit
d1840e13ac
10
INSTALL.md
10
INSTALL.md
|
@ -159,6 +159,16 @@ Set with the command line as follows:
|
|||
ON: When enabled, libgtsam_unstable will be built and installed with the same options as libgtsam. In addition, if tests are enabled, the unit tests will be built as well. The Matlab toolbox will also be generated if the matlab toolbox is enabled, installing into a folder called `gtsam_unstable`.
|
||||
OFF (Default) If disabled, no `gtsam_unstable` code will be included in build or install.
|
||||
|
||||
## Convenience Options:
|
||||
|
||||
#### GTSAM_BUILD_EXAMPLES_ALWAYS
|
||||
|
||||
Whether or not to force building examples, can be true or false.
|
||||
|
||||
#### GTSAM_BUILD_TESTS
|
||||
|
||||
Whether or not to build tests, can be true or false.
|
||||
|
||||
## Check
|
||||
|
||||
`make check` will build and run all of the tests. Note that the tests will only be
|
||||
|
|
Loading…
Reference in New Issue