From 75d01aa68324ffebe77ef23668af6fa243ee247f Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Mon, 10 Jul 2023 08:46:24 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 3 ++- tests/smoke/runtest.sh | 5 +++++ tests/tests.yml | 22 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 tests/smoke/runtest.sh create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index 6ae98cc..6fd312d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -SOURCES/0.3.20150131.tar.gz +libspiro_src-20071029.tar.bz2 +/v0.2.tar.gz /0.3.20150131.tar.gz diff --git a/tests/smoke/runtest.sh b/tests/smoke/runtest.sh new file mode 100644 index 0000000..66e5d9d --- /dev/null +++ b/tests/smoke/runtest.sh @@ -0,0 +1,5 @@ +#!/bin/bash +cd ../source +autoreconf -i +automake --foreign -Wall +./configure && make check diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..1fb904a --- /dev/null +++ b/tests/tests.yml @@ -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