annobin/tests/tests.yml
2020-10-26 11:27:05 +00:00

16 lines
403 B
YAML

- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- atomic
- classic
- container
tests:
- test_annobin
- test_annocheck
required_packages:
- findutils # beakerlib needs find command
- annobin # So that we can test it...
- annobin-annocheck # We need the annocheck command
- gcc # To build some test cases