16 lines
345 B
Plaintext
16 lines
345 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"
|
|
when: "distro == rhel"
|
|
enabled: false
|
|
|
|
test: "$WITH_SCL ./test.sh"
|
|
|
|
require:
|
|
- git
|
|
- clang
|
|
- llvm-test-suite
|
|
duration: 1h
|