Skip to content

Commit

Permalink
Add TESTS flags to build readme
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
  • Loading branch information
tfcollins committed Nov 30, 2023
1 parent d9a813a commit 91196b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README_BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Cmake Options | Default | Target | Description
`WITH_GCOV` | OFF | Linux | Build with gcov profiling flags |
`OSX_FRAMEWORK` | ON | Mac | OS X frameworks provide the interfaces you need to write software for Mac. |
`OSX_PACKAGE` | ON | Mac | Create a OSX package for installation on local and other machines |
`TESTS` | OFF | All | Build tests and enable tests targets |
`TESTS_DEBUG` | OFF | All | Build tests with debug outputs |
`TESTS_COVERAGE` | OFF | Linux | Enable debug flags and coverage report generation |

Which backends the library supports is dependent on the build system, but can be overridden.
(If cmake finds libusb, it will use it, unless turned off manually)
Expand Down

0 comments on commit 91196b4

Please sign in to comment.