re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-10 08:41:25 +02:00
parent 29133e0cf0
commit 29b28e6e4d
3 changed files with 23 additions and 0 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
convmv-1.14.tar.gz
/convmv-1.15.tar.gz
/convmv-2.0.tar.gz
/convmv-2.01.tar.gz

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

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

17
tests/tests.yml Normal file
View File

@ -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