libinput/tests/tests.yml

57 lines
1.1 KiB
YAML
Raw Normal View History

---
#- 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:
# standard-test-rpm should do this but it's currently broken. So let's add
# a noop test that requires the package we need
- role: standard-test-basic
required_packages:
- python3-devel # for pathfix during srpm prep
tests:
- simple:
dir: .
2019-03-08 11:40:27 +00:00
run: "echo noop"
2019-03-08 05:59:26 +00:00
tags:
- always
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
required_packages:
- meson
- gcc
2019-03-08 06:52:48 +00:00
- gcc-c++
- mtdev-devel
- libevdev-devel
- libwacom-devel
- check-devel
- systemd-devel
- valgrind
tests:
- libinput-test-suite