diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..0cb592f --- /dev/null +++ b/tests/tests.yml @@ -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