kds_s2000w_image_converter_tests
kds_s2000w_pixel_converter_tests)
-add_custom_command(TARGET runningtests
- POST_BUILD
- COMMAND ${CPPCHECK}
- --check-level=exhaustive
- --enable=warning,style
- --inline-suppr
- --error-exitcode=1
- ${CMAKE_SOURCE_DIR}/src
- ${CMAKE_SOURCE_DIR}/tests)
-
add_custom_command(TARGET runningtests
POST_BUILD
COMMAND gcov ${CMAKE_BINARY_DIR}/src/CMakeFiles/sane-kds_s2000w_net-static.dir/*.c.o
--output-file ${CMAKE_BINARY_DIR}/coverage.info
COMMAND genhtml
--output-directory ${CMAKE_BINARY_DIR}/coverage
- ${CMAKE_BINARY_DIR}/coverage.info)
\ No newline at end of file
+ ${CMAKE_BINARY_DIR}/coverage.info)
+
+add_custom_command(TARGET runningtests
+ POST_BUILD
+ COMMAND ${CPPCHECK}
+ --check-level=exhaustive
+ --enable=warning,style
+ --inline-suppr
+ --error-exitcode=1
+ ${CMAKE_SOURCE_DIR}/src
+ ${CMAKE_SOURCE_DIR}/tests)
\ No newline at end of file