marisa/tests/tests.yml
2023-04-20 11:18:23 +02:00

18 lines
234 B
YAML

---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
tests:
- smoke
required_packages:
- make
- gcc-c++