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
|