Skip to content

Commit 9088062

Browse files
committed
Enable logger in UMF tests
1 parent f988831 commit 9088062

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ function(add_umf_test)
7575
COMMAND ${TEST_TARGET_NAME}
7676
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
7777

78-
set_tests_properties(${TEST_NAME} PROPERTIES LABELS "umf")
78+
set_tests_properties(
79+
${TEST_NAME} PROPERTIES
80+
LABELS "umf" ENVIRONMENT
81+
"UMF_LOG=level:debug\;flush:debug\;output:stdout")
7982

8083
if(WINDOWS)
8184
# append PATH to DLLs

0 commit comments

Comments
 (0)