libtdb/tests/tests.yml
Steeve Goveas 04be602881 Enable gating tests for libtdb
Resolves: rhbz#1962774
2021-05-28 21:13:53 +05:30

18 lines
306 B
YAML

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