Skip to content

Commit

Permalink
Add check to see that cms-handle code-formatter is linked into clang-…
Browse files Browse the repository at this point in the history
…tidy and run the unit tests on clang-tools-extra.
  • Loading branch information
gartung committed Jul 30, 2020
1 parent 389be65 commit deeb9e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ cmake %{_builddir}/llvm-%{realversion}-%{llvmCommit}/llvm \
-DCMAKE_PREFIX_PATH="${ZLIB_ROOT}"

ninja -v %{makeprocesses} -l $(getconf _NPROCESSORS_ONLN)
ninja -v %{makeprocesses} -l $(getconf _NPROCESSORS_ONLN) check-clang-tools
bin/clang-tidy --checks=* --list-checks | grep cms-handle

%install
cd ../build
Expand Down

0 comments on commit deeb9e2

Please sign in to comment.