mirror of https://github.com/SeanOMik/libki.git
test: Output reports as JUnit xml
This commit is contained in:
parent
422ba1b0ea
commit
0e42874dc3
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue