64f638db0d
Resolves: rhbz#1962773
15 lines
290 B
YAML
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
|