diff options
| author | Ed Tanous <ed.tanous@intel.com> | 2018-08-07 10:22:35 -0700 |
|---|---|---|
| committer | James Feist <james.feist@linux.intel.com> | 2018-08-13 17:11:40 +0000 |
| commit | 797d0c0cfbef8bd8ee4d3ede806ab7fa6ee4420a (patch) | |
| tree | 09e313efa11f7beb2e9fcfb79770bf6a062ea291 | |
| parent | a434f2bde1f80e1a0ddcda0961a7ff102de152d6 (diff) | |
| download | bmcweb-797d0c0cfbef8bd8ee4d3ede806ab7fa6ee4420a.tar.gz bmcweb-797d0c0cfbef8bd8ee4d3ede806ab7fa6ee4420a.zip | |
Don't build unit tests by default
The unit tests are currently in a sorry state, and are very dependent
on the system being run. This has confused several people, so disable
them for now until someone (probably me) has a chance to get the
quality up on them. We will most likely leave them disabled by default
even when they are passing.
Change-Id: I6ad522dc0320f05b3ece3532f81bcb14b5d5de4f
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 33d3ec5..9a1ecd9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti") set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-rtti") # general -option (BMCWEB_BUILD_UT "Enable Unit test" ON) +option (BMCWEB_BUILD_UT "Enable Unit test" OFF) # security flags set (SECURITY_FLAGS "\ |

