Skip to content

Commit 25ae6e7

Browse files
committed
Don't report tests being created
Remove the printout from cmake about all unit tests suites being added (and from which files) Change-Id: I97691bca386b06563bf78f9b486b179963704cf0 Reviewed-on: http://review.couchbase.org/82861 Reviewed-by: Dave Rigby <[email protected]> Tested-by: Build Bot <[email protected]>
1 parent 4cfa9e0 commit 25ae6e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/testapp/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ function(add_unit_test_suite)
4343
MESSAGE(FATAL_ERROR "add_unit_test_suite: SOURCE must be specified")
4444
endif()
4545

46-
message(STATUS "Adding memcached-${arg_NAME}-tests from ${arg_SOURCE}")
4746
add_executable(memcached-${arg_NAME}-tests ${arg_SOURCE}
4847
$<TARGET_OBJECTS:memcached_testapp_core>)
4948
target_compile_options(memcached-${arg_NAME}-tests PRIVATE ${CB_CXX_FLAGS_NO_OPTIMIZE})

0 commit comments

Comments
 (0)