diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-04-04 11:00:09 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2022-04-04 11:57:06 +0200 |
commit | fab24f8c3540b6f1a128cb9d6812df6678472b8d (patch) | |
tree | dd90e2929ce31a2f527460597c51ef37112dc408 /configure.ac | |
parent | 0da559e02e442f246c18b3d94ed166b97d1fb649 (diff) |
ci: Add clang-tidy task
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bac10b0d4a..ca1120727f 100644 --- a/configure.ac +++ b/configure.ac @@ -1926,6 +1926,7 @@ AC_CONFIG_LINKS([contrib/devtools/test-security-check.py:contrib/devtools/test-s AC_CONFIG_LINKS([contrib/devtools/test-symbol-check.py:contrib/devtools/test-symbol-check.py]) AC_CONFIG_LINKS([contrib/filter-lcov.py:contrib/filter-lcov.py]) AC_CONFIG_LINKS([contrib/macdeploy/background.tiff:contrib/macdeploy/background.tiff]) +AC_CONFIG_LINKS([src/.clang-tidy:src/.clang-tidy]) AC_CONFIG_LINKS([test/functional/test_runner.py:test/functional/test_runner.py]) AC_CONFIG_LINKS([test/fuzz/test_runner.py:test/fuzz/test_runner.py]) AC_CONFIG_LINKS([test/util/test_runner.py:test/util/test_runner.py]) |