jcheca / rpms / clang

Forked from rpms/clang 2 years ago
Clone
Blob Blame History Raw
# 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