aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-09-26 09:12:45 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-09-26 12:49:50 +0200
commiteefa1b7dec5d8e2162a025bfbb2c536796f22de5 (patch)
treee4da0aeffc147e49a989d4ef2c79714c0cd36709 /tests
parentebe754a2cf417774e26f69c6c2a7e9941585b065 (diff)
downloadcmocka-eefa1b7dec5d8e2162a025bfbb2c536796f22de5.tar.gz
cmocka-eefa1b7dec5d8e2162a025bfbb2c536796f22de5.tar.xz
cmocka-eefa1b7dec5d8e2162a025bfbb2c536796f22de5.zip
tests: Remove left over debug message
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 5d8b280..0022ced 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -2,7 +2,6 @@ project(tests C)
set(TEST_EXCEPTION_HANDLER TRUE)
if (CMAKE_BUILD_TYPE)
- message(STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_LOWER)
if (CMAKE_BUILD_TYPE_LOWER STREQUAL "undefinedsanitizer")
set(TEST_EXCEPTION_HANDLER FALSE)