libmpc/tests/tests.yml
Petr Šabata f68adda56a RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/libmpc#10cf4b98f37e6112bda99fce13581155f2952ed0
2020-10-15 16:37:54 +02:00

18 lines
307 B
YAML

---
# This first play always runs on the local staging system
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
tests:
- internal-testsuite
required_packages:
- libmpc
- gmp-devel
- mpfr-devel
- texinfo
- rpm-build
- gcc
- gcc-c++