libtalloc/tests/tests.yml
2024-10-21 20:53:03 +02:00

15 lines
290 B
YAML

- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- sanity-tests:
dir: sanity-tests
run: ./talloctest.sh
required_packages:
- make
- gcc
- libtalloc
- libtalloc-devel