jansson/tests/tests.yml
Xin Long 58bef02ef0 Enable RHEL9 gating on dist-git tests
Resolves: rhbz#2001066

Signed-off-by: Xin Long <lxin@redhat.com>
2021-12-02 16:17:21 +00:00

25 lines
442 B
YAML

# 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