re-import sources as agreed with the maintainer
This commit is contained in:
parent
f2a6a164da
commit
c4afdaba51
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
|
/hspell-1.3.tar.gz
|
||||||
/hspell-1.4.tar.gz
|
/hspell-1.4.tar.gz
|
||||||
|
3
tests/smoke/runtest.sh
Normal file
3
tests/smoke/runtest.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cd ../source
|
||||||
|
./configure && make V=1 test
|
20
tests/tests.yml
Normal file
20
tests/tests.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
roles:
|
||||||
|
- role: standard-test-source
|
||||||
|
|
||||||
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tests:
|
||||||
|
- smoke
|
||||||
|
required_packages:
|
||||||
|
- gcc
|
||||||
|
- make
|
||||||
|
- hspell
|
||||||
|
- gzip
|
||||||
|
- zlib-devel
|
Loading…
Reference in New Issue
Block a user