From 90e03be33086e628a8a3ed3eabe20859da264a7e Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 29 Mar 2021 18:06:06 +0000 Subject: [PATCH] Add gating test to check annobin works with Fedora compiler flags --- tests/tests.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/tests.yml 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