libtdb/tests/tests.yml
Pavel Filipenský e7143aa30c Add missing tests to fix osci.brew-build.tier0.functional
resolves: rhbz#2190421
2023-05-24 11:39:55 +02:00

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