PennyLaneAI/pennylane-lightning

Ensure test suite builds with clang-tidy

mlxd opened this issue · 0 comments

mlxd commented

The formatter action should ensure that the test-suite builds with clang-tidy enabled:

cmake -BBuild -DENABLE_CLANG_TIDY=ON -DCLANG_TIDY_BINARY=clang-tidy-11 -DBUILD_EXAMPLES=ON -DBUILD_TESTS=on .

cmake -BBuild -DENABLE_CLANG_TIDY=ON -DCLANG_TIDY_BINARY=clang-tidy-11 -DBUILD_EXAMPLES=ON .