Compare commits

...

No commits in common. "c8" and "c8s" have entirely different histories.
c8 ... c8s

9 changed files with 32 additions and 2 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
SOURCES/hspell-1.4.tar.gz
/hspell-1.3.tar.gz
/hspell-1.4.tar.gz

View File

@ -1 +0,0 @@
dc0bcc7847e3a2e87487c45f77436498b788c358 SOURCES/hspell-1.4.tar.gz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (hspell-1.4.tar.gz) = d0c9205d9f6a7e9e2577b685418120542235d290ee8d95e2066694c45b4083e3ce1abc38c910714cde0941fa6b211522a8259b0d880a71c5b9c5a6d77a115f1a

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

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

20
tests/tests.yml Normal file
View 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