re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-11 12:57:12 +02:00
parent 20b6357366
commit 5df5cc2399
2 changed files with 26 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/jansson-2.14.tar.bz2
/jansson-2.14.tar.bz2
/jansson-2*.tar.bz2
/jansson-2*.tar.gz

24
tests/tests.yml Normal file
View File

@ -0,0 +1,24 @@
# Tests for Jansson
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
required_packages:
- autoconf
- automake
- libtool
- make
- gcc
- role: standard-test-basic
tests:
- build-test:
dir: ./source
run: ./configure && make
- unit-tests:
dir: ./source
run: make check
- test-logs:
dir: ./source
run: cat test/test-suite.log