mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
4ccbf0466c
- Add some missing Requires - Add --threads option to run-lit-tests script - Set PATH so lit can find tools like count, not, etc. - Don't hardcode tools directory to /usr/lib64/llvm - Fix typo in yaml-bench define - Only print information about failing tests - Run tests in CI with only 1 thread
11 lines
245 B
YAML
11 lines
245 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- llvm-test
|
|
tests:
|
|
- regression-tests:
|
|
dir: ./
|
|
run: /usr/libexec/tests/llvm/run-lit-tests --threads 1
|