clang/tests/clang-format-diff/main.fmf
Timm Bäder 94e3ce033b Update to 14.0.5
Resolves: rhbz#2061056
Resolves: rhbz#2061055

Update tests from Fedora repo
2022-06-21 08:48:21 +02:00

16 lines
428 B
Plaintext

summary: clang-format-diff
test: "$WITH_SCL ./test.sh"
adjust:
# Common requirements when LLVM is not SCL-ized
- require:
- clang-tools-extra
when: "collection is not defined"
# Requirements for SCL-ized LLVM
- require:
- llvm-toolset-13.0-clang-tools-extra
when: "collection == llvm-toolset-13.0"
- require:
- llvm-toolset-14.0-clang-tools-extra
when: "collection == llvm-toolset-14.0"