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

31 lines
679 B
Plaintext
Raw Normal View History

2021-07-15 07:55:00 +00:00
summary: Run the upstream LLVM integration test suite
description: |
Run the upstream LLVM integration test suite
2021-07-15 07:55:00 +00:00
test: ./test.sh
require:
- cmake
- llvm-devel
- clang
- clang-analyzer
- clang-tools-extra
- compiler-rt
- ninja-build
- libomp-devel
- lld
- lldb
- git
- make
- libstdc++-static
- clang-devel
- python3-lit
adjust:
# libcxx shall be required in Fedora, it's not shipped with RHEL.
- require+:
- libcxx-devel
when: "distro == fedora"
because: testing against libcxx package in Fedora
- environment+:
CMAKE_CXXLIB: "-DENABLE_LIBCXX=OFF"
when: "distro == rhel"
because: libcxx is not shipped with RHEL