re-import sources as agreed with the maintainer
This commit is contained in:
parent
29133e0cf0
commit
29b28e6e4d
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
3
tests/smoke/runtest.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd ../source
|
||||
make V=1 test
|
17
tests/tests.yml
Normal file
17
tests/tests.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user