ding-libs/tests/tests.yml
Steeve Goveas f8513f5719 Enable gating for ding-libs
Resolves: rhbz#1962772

sssd-team is added as a recipient
2021-05-28 21:10:08 +05:30

29 lines
637 B
YAML

- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- sanity:
dir: sanity
run: ./ding-libs-tests.sh
required_packages:
- check
- check-devel
- libbasicobjects
- libbasicobjects-devel
- libref_array
- libref_array-devel
- libcollection
- libcollection-devel
- libdhash
- libdhash-devel
- libconfig
- libconfig-devel
- libini_config
- libini_config-devel
- libpath_utils
- libpath_utils-devel
- make
- gcc