Enable RHEL9 gating on dist-git tests

Resolves: rhbz#2001066

Signed-off-by: Xin Long <lxin@redhat.com>
This commit is contained in:
Xin Long 2019-04-04 14:48:55 +08:00
parent 4580a680e5
commit 58bef02ef0

24
tests/tests.yml Normal file
View File

@ -0,0 +1,24 @@
# Tests for Jansson
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
required_packages:
- autoconf
- automake
- libtool
- make
- gcc
- role: standard-test-basic
tests:
- build-test:
dir: ./source
run: ./configure && make
- unit-tests:
dir: ./source
run: make check
- test-logs:
dir: ./source
run: cat test/test-suite.log