This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-ons-cpp.git

commit 5dc16b20892604d5cd07ebe1a777ff14baf52537
Author: ShannonDing <[email protected]>
AuthorDate: Wed Jul 24 14:49:01 2019 +0800

    Open unit test as default
---
 CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 45cac36..6cef86b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,9 +9,8 @@ set(CMAKE_BUILD_TYPE Debug)
 
 include(CTest)
 
-option(BUILD_TESTS "Build tests" OFF)
+option(BUILD_TESTS "Build tests" ON)
 option(BUILD_BENCHMARK "Build benchmark tests" OFF)
-option(BUILD_EXAMPLES "Build examples" ON)
 option(BUILD_DEMOS "Build demos" ON)
 
 include_directories(graalvm_artifacts

Reply via email to