libdatrie/tests/tests.yml

22 lines
487 B
YAML
Raw Normal View History

2021-06-18 09:13:21 +00:00
- hosts: localhost
vars:
- artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
tags:
- classic
remote_user: root
roles:
- role: standard-test-source # to get the source tar ball to do “make check”
- role: standard-test-basic
required_packages:
- make
- gcc
- autoconf
- autoconf-archive
- automake
- libtool
- doxygen
tests:
- make-check:
dir: ./
run: bash ./make_check.sh ./source