re-import sources as agreed with the maintainer
This commit is contained in:
parent
c98677c453
commit
4e6a14fd98
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/libreoffice-voikko-5.0.tar.gz
|
|
||||||
/libreoffice-voikko-5.0.tar.gz
|
/libreoffice-voikko-5.0.tar.gz
|
||||||
|
7
tests/scripts/run_tests.sh
Executable file
7
tests/scripts/run_tests.sh
Executable 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
9
tests/tests.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: scripts/
|
||||||
|
run: ./run_tests.sh
|
Loading…
Reference in New Issue
Block a user