binutils/tests/tests.yml
2023-03-20 12:03:19 +00:00

17 lines
389 B
YAML

- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- atomic
- classic
- container
tests:
- test_assembler
- test_bfd_linker
- test_gold_linker
- test_binutils
required_packages:
- findutils # beakerlib needs find command
- binutils # We need it to test it
- gcc # To build some test cases