re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-10 08:51:07 +02:00
parent dde094ba90
commit 2326573e11
4 changed files with 1661 additions and 1 deletions

6
.gitignore vendored
View File

@ -1,2 +1,6 @@
SOURCES/20170701.tar.gz
libuninameslist-20091231.tar.bz2
/Version_0.3.20130501.zip
/0.5.20150701.tar.gz
/20160701.tar.gz
/20170319.tar.gz
/20170701.tar.gz

File diff suppressed because it is too large Load Diff

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