From 29b28e6e4da9ae61d8acaa3c5e1c24a094a8ff14 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Mon, 10 Jul 2023 08:41:25 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 3 +++ tests/smoke/runtest.sh | 3 +++ tests/tests.yml | 17 +++++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 tests/smoke/runtest.sh create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index f081152..49fb67d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ +convmv-1.14.tar.gz +/convmv-1.15.tar.gz +/convmv-2.0.tar.gz /convmv-2.01.tar.gz diff --git a/tests/smoke/runtest.sh b/tests/smoke/runtest.sh new file mode 100644 index 0000000..ecd41b5 --- /dev/null +++ b/tests/smoke/runtest.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd ../source +make V=1 test diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..cc62a54 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,17 @@ +--- +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-source + +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-basic + tests: + - smoke + required_packages: + - perl + - make