Skip to content

Commit 29a101a

Browse files
committed
cmake: each test should output a XML for analysis
1 parent e848316 commit 29a101a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ foreach(test ${TESTS})
1717
)
1818
set_target_properties(${test} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${pfasst_BINARY_DIR}/tests)
1919
add_test(NAME ${test}
20-
COMMAND ${CMAKE_BINARY_DIR}/tests/${test}
20+
COMMAND ${CMAKE_BINARY_DIR}/tests/${test} --gtest_output=xml:${test}_out.xml
2121
)
2222
endforeach(test)

0 commit comments

Comments
 (0)