From 91196b4cd5dd7a501db6960bf6567d09d6893cd9 Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Thu, 30 Nov 2023 13:51:01 -0700 Subject: [PATCH] Add TESTS flags to build readme Signed-off-by: Travis F. Collins --- README_BUILD.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README_BUILD.md b/README_BUILD.md index 768248400..1f5371a70 100644 --- a/README_BUILD.md +++ b/README_BUILD.md @@ -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)