test: Output reports as JUnit xml

This commit is contained in:
Joshua Scott 2018-10-20 01:23:55 +01:00
parent 422ba1b0ea
commit 0e42874dc3
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ foreach (file ${files})
CXX_STANDARD 11
)
target_link_libraries(${testcase} Catch ${PROJECT_NAME})
add_test(${testcase} ${testcase})
add_test(${testcase} ${testcase} -s -r junit -o ${PROJECT_BINARY_DIR}/Testing/${testcase}.xml)
endforeach()