mirror of
https://src.fedoraproject.org/rpms/libomp.git
synced 2024-11-24 16:13:47 +00:00
e4ac40efb1
And fixup the test defintion so that the tests get run.
11 lines
245 B
YAML
11 lines
245 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- libomp-test
|
|
tests:
|
|
- libomp-regression-tests:
|
|
dir: ./
|
|
run: /usr/share/libomp/runtest.sh --threads 8
|