3701c70230
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libomp#2ce2470e7f7dfa9e63e24af66f2a1ec0c0273f7e
12 lines
256 B
YAML
12 lines
256 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- libomp-test
|
|
tests:
|
|
- libomp-regression-tests:
|
|
dir: ./
|
|
run: /usr/libexec/tests/libomp/run-lit-tests --threads 8
|