libtalloc/tests/tests.yml
Steeve Goveas 64f638db0d Enable gating tests for libtalloc
Resolves: rhbz#1962773
2021-05-28 21:12:19 +05:30

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