hyphen/tests/tests.yml
2024-05-14 12:01:10 +05:30

25 lines
359 B
YAML

---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
tests:
- make-check:
dir: scripts
run: bash ./make_check.sh
required_packages:
- autoconf
- automake
- libtool
- m4
- gcc
- sed
- make