Add gating test to check annobin works with Fedora compiler flags
This commit is contained in:
parent
d57da4f976
commit
90e03be330
17
tests/tests.yml
Normal file
17
tests/tests.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
required_packages:
|
||||||
|
# gcc-fedora-flags
|
||||||
|
- rpm
|
||||||
|
- redhat-rpm-config
|
||||||
|
- gcc
|
||||||
|
- gcc-c++
|
||||||
|
- annobin-annocheck
|
||||||
|
repositories:
|
||||||
|
- repo: https://src.fedoraproject.org/rpms/redhat-rpm-config.git
|
||||||
|
dest: redhat-rpm-config
|
||||||
|
tests:
|
||||||
|
- redhat-rpm-config/tests/gcc-fedora-flags
|
Loading…
Reference in New Issue
Block a user