Added CI tests script

Signed-off-by: Parag Nemade <pnemade@fedoraproject.org>
This commit is contained in:
Parag Nemade 2020-04-30 21:21:45 +05:30
parent 045b5e5ac5
commit 94154302a8
No known key found for this signature in database
GPG Key ID: 71932951EB71E972
2 changed files with 27 additions and 0 deletions

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