fstrm/tests/tests.yml
Petr Šabata 1a706358b3 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/fstrm#5ee8372630957e7983892d75eef0d911589a7f4d
2020-10-15 00:37:51 +02:00

16 lines
422 B
YAML

- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
- fstrm-devel
- gcc
tests:
- pkg-config:
dir: .
run: pkg-config --modversion libfstrm
- build-sample-program:
dir: samples
run: gcc -Wall -Wextra $(pkg-config --cflags --libs libfstrm) -o /dev/null fstrm-sample-program.c