blob: d2915101535af7cab73ee4217347e016b2873082 [file] [log] [blame]
Radek Krejci92769a72020-11-19 20:57:32 +01001add_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 Krejci5348e6c2021-04-13 21:18:51 +02003
4if (${SOURCE_FORMAT_ENABLED})
5 add_test(NAME format WORKING_DIRECTORY ${CMAKE_BINARY_DIR} COMMAND make format-check)
6endif()