Skip to content

Commit a1ebfba

Browse files
committed
Prepare using run-clang-tidy on all tests
1 parent e405584 commit a1ebfba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ check:
8383
< $$h sed -n "/^ *# *include <Beman\//s@.*[</]Beman/\(.*\).hpp>.*@$$from \1@p"; \
8484
done | tsort > /dev/null
8585

86-
clang-tidy:
87-
clang-tidy-17 -p build/debug tests/beman/execution26/exec-just.test.cpp
86+
clang-tidy: build/debug/compile_commands.json
87+
run-clang-tidy-17 -p build/debug tests
8888

8989
codespell:
9090
codespell -L statics,snd,copyable,cancelled

0 commit comments

Comments
 (0)