Radek Krejci | 92769a7 | 2020-11-19 20:57:32 +0100 | [diff] [blame] | 1 | add_test(NAME headers |
2 | COMMAND ${CMAKE_SOURCE_DIR}/tests/style/check_includes.sh ${CMAKE_SOURCE_DIR}/src/ ${CMAKE_SOURCE_DIR}/tools/lint/ ${CMAKE_SOURCE_DIR}/tools/re/) | ||||
Radek Krejci | 5348e6c | 2021-04-13 21:18:51 +0200 | [diff] [blame] | 3 | |
4 | if (${SOURCE_FORMAT_ENABLED}) | ||||
5 | add_test(NAME format WORKING_DIRECTORY ${CMAKE_BINARY_DIR} COMMAND make format-check) | ||||
6 | endif() |