re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-10 08:46:24 +02:00
parent 49cb81c4a3
commit 75d01aa683
3 changed files with 29 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
SOURCES/0.3.20150131.tar.gz
libspiro_src-20071029.tar.bz2
/v0.2.tar.gz
/0.3.20150131.tar.gz

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

@ -0,0 +1,5 @@
#!/bin/bash
cd ../source
autoreconf -i
automake --foreign -Wall
./configure && make check

22
tests/tests.yml Normal file
View File

@ -0,0 +1,22 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
tests:
- smoke
required_packages:
- autoconf
- automake
- libtool
- m4
- gcc
- sed
- make