re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-10 08:40:37 +02:00
parent f2a6a164da
commit c4afdaba51
3 changed files with 24 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/hspell-1.3.tar.gz
/hspell-1.4.tar.gz

3
tests/smoke/runtest.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
cd ../source
./configure && make V=1 test

20
tests/tests.yml Normal file
View 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