re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 18:11:12 +02:00
parent c98677c453
commit 4e6a14fd98
3 changed files with 16 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/libreoffice-voikko-5.0.tar.gz
/libreoffice-voikko-5.0.tar.gz

7
tests/scripts/run_tests.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# Check whether the libreoffice-voikko extension is installed.
# exit with 0 if yes, exit with 1 if no:
unopkg list --bundled | grep 'Identifier.*voikko'
exit $?

9
tests/tests.yml Normal file
View File

@ -0,0 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: scripts/
run: ./run_tests.sh