Updated clang-tidy check filters

This commit is contained in:
Bartek Kryza
2022-12-24 19:01:42 +01:00
parent 0afd64668c
commit 8e8984fe66
3 changed files with 9 additions and 2 deletions

View File

@@ -180,5 +180,8 @@ install(FILES README.md DESTINATION ${CMAKE_INSTALL_DOCDIR})
#
# Enable testing via CTest
#
enable_testing()
add_subdirectory(tests)
option(BUILD_TESTS "" ON)
if(BUILD_TESTS)
enable_testing()
add_subdirectory(tests)
endif(BUILD_TESTS)