clang/tests/llvm-test-suite/main.fmf

19 lines
401 B
Plaintext
Raw Normal View History

2021-10-18 14:01:51 +00:00
# TODO: once llvm-test-suite is converted to TMT, we can just link the test from plan.
summary: Run tests from llvm-test-suite package
adjust:
- because: "llvm-test-suite is available for Fedora, not RHEL/CentOS"
when: >-
distro == rhel
or distro == centos
enabled: false
test: "$WITH_SCL ./test.sh"
2021-10-18 14:01:51 +00:00
require:
- git
- clang
- ninja-build
- llvm-test-suite
duration: 1h