mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Update README.md for tests directory
This commit is contained in:
parent
b440f913ed
commit
6880c5f41b
1 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,15 @@
|
|||
# Gating testplans for LLVM
|
||||
|
||||
The tests for LLVM are in a separate repo: https://src.fedoraproject.org/tests/llvm
|
||||
The tests for LLVM are in separate repos:
|
||||
|
||||
* llvm: https://src.fedoraproject.org/tests/llvm.git/
|
||||
* clang: https://src.fedoraproject.org/tests/clang.git/
|
||||
* compiler-rt: https://src.fedoraproject.org/tests/compiler-rt.git/
|
||||
* libomp: https://src.fedoraproject.org/tests/libomp.git/
|
||||
* python-lit: https://src.fedoraproject.org/tests/python-lit.git/
|
||||
* lld: https://src.fedoraproject.org/tests/lld.git/
|
||||
* lldb: https://src.fedoraproject.org/tests/lldb.git/
|
||||
|
||||
This directory should contain only fmf plans (such as build-gating.fmf) which import
|
||||
the tests from the tests repo. This can be done using the "url" parameter of the
|
||||
plan's "discover" step. Reference: https://tmt.readthedocs.io/en/stable/spec/plans.html#fmf
|
||||
|
|
Loading…
Reference in a new issue