57 lines
1.1 KiB
YAML
57 lines
1.1 KiB
YAML
---
|
|
#- hosts: localhost
|
|
# roles:
|
|
# - role: standard-test-beakerlib
|
|
# tags:
|
|
# - classic
|
|
# tests:
|
|
# - libinput-tool-beakerlib
|
|
#
|
|
#- hosts: localhost
|
|
# roles:
|
|
# - role: standard-test-basic
|
|
# tags:
|
|
# - classic
|
|
# tests:
|
|
# - libinput-tool
|
|
#
|
|
#- hosts: localhost
|
|
# roles:
|
|
# - role: standard-test-scripts
|
|
# tags:
|
|
# - classic
|
|
# tests:
|
|
# - libinput-tool-scripttest/libinput-tool-test.sh
|
|
|
|
- hosts: localhost
|
|
roles:
|
|
# sigh, we need this separately because of
|
|
# https://pagure.io/standard-test-roles/issue/307 and
|
|
# https://pagure.io/standard-test-roles/issue/311
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- meson
|
|
- gcc
|
|
- gcc-c++
|
|
- mtdev-devel
|
|
- libevdev-devel
|
|
- libwacom-devel
|
|
- check-devel
|
|
- systemd-devel
|
|
- valgrind
|
|
- python3-devel # for pathfix during srpm prep
|
|
tests:
|
|
- simple:
|
|
dir: .
|
|
run: "echo noop"
|
|
- role: standard-test-source
|
|
tags:
|
|
- classic
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- libinput-test-suite
|