cmake: Add dependency on cppcheck (#2165)

This adds a dependency on cppcheck so it will be built when calling `make check`
This commit is contained in:
Paul Fultz II 2019-09-09 23:21:59 -05:00 committed by Sebastian
parent 639c29eb5c
commit b2ae835b4b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ if (BUILD_TESTS)
endif()
add_dependencies(testrunner copy_cfg)
add_dependencies(check testrunner)
add_dependencies(check testrunner cppcheck)
set(SKIP_TESTS "" CACHE STRING "A list of tests to skip")