18 lines
385 B
Plaintext
18 lines
385 B
Plaintext
# 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"
|
|
|
|
require:
|
|
- git
|
|
- clang
|
|
- llvm-test-suite
|
|
duration: 1h
|