~singpolyma/biboumi

2f0078ebfc453d9f40ea317a718e805ccd92a476 — louiz’ 4 years ago 0508a44
Fix the argument list for SETUP_TARGET_FOR_COVERAGE cmake function
1 files changed, 1 insertions(+), 1 deletions(-)

M CMakeLists.txt
M CMakeLists.txt => CMakeLists.txt +1 -1
@@ 326,7 326,7 @@ if(CMAKE_BUILD_TYPE MATCHES Debug)
  SETUP_TARGET_FOR_COVERAGE(coverage_check
    ./test_suite
    coverage_test_suite
    "-r junit -o check_result.xml")
    "-o;check_result.xml;-r;junit")
  add_dependencies(coverage_check test_suite)

  SETUP_TARGET_FOR_COVERAGE(coverage_e2e