Skip to content

Commit f0ba65a

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/CMakeLists.txt

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

78+
set_property(
79+
TEST ${TEST_NAME}
80+
PROPERTY ENVIRONMENT "UMF_LOG=level:debug\;flush:debug\;output:stdout")
81+
7882
set_tests_properties(${TEST_NAME} PROPERTIES LABELS "umf")
7983

8084
if(WINDOWS)

0 commit comments

Comments
 (0)