libeasyfc/tests/tests.yml

20 lines
437 B
YAML
Raw Permalink Normal View History

- hosts: localhost
become: yes
tags:
- classic
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- libeasyfc-gobject
- fontconfig
- python3
- python3-gobject
tests:
- patch:
dir: "./source/tests"
run: "sed -e 's/0.12/0.14/g' ezfc-tool.py > ezfc-tool14.py"
- simple_test:
dir: "./source/tests"
run: "python3 ./ezfc-tool14.py --help"