Add gating tests
This commit is contained in:
parent
319a06235d
commit
e98e4ebe8c
7
tests/smoke/runtest.sh
Normal file
7
tests/smoke/runtest.sh
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cd ../source
|
||||||
|
echo "Default installation does not have aspell binary so remove its execution"
|
||||||
|
sed -i 's/he.rws hunspell/hunspell/g' Makefile.in
|
||||||
|
./configure
|
||||||
|
sed -i '82,84d' test/test1
|
||||||
|
make V=1 test
|
20
tests/tests.yml
Normal file
20
tests/tests.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
roles:
|
||||||
|
- role: standard-test-source
|
||||||
|
|
||||||
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tests:
|
||||||
|
- smoke
|
||||||
|
required_packages:
|
||||||
|
- gcc
|
||||||
|
- make
|
||||||
|
- hspell
|
||||||
|
- gzip
|
||||||
|
- zlib-devel
|
Loading…
Reference in New Issue
Block a user