re-import sources as agreed with the maintainer
This commit is contained in:
parent
c82af7813f
commit
65bf1bfdea
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,4 @@
|
|||||||
|
/v1.9.8.tar.gz
|
||||||
|
/uthash-1.9.9.tar.gz
|
||||||
|
/uthash-2.0.1.tar.gz
|
||||||
/uthash-2.0.2.tar.gz
|
/uthash-2.0.2.tar.gz
|
||||||
|
7
tests/smoke/runtest.sh
Normal file
7
tests/smoke/runtest.sh
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cd ../source
|
||||||
|
|
||||||
|
echo "Executing upstream tarball tests"
|
||||||
|
make V=1 -C tests
|
||||||
|
make V=1 -C tests/threads
|
||||||
|
make V=1 -C libut/tests
|
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:
|
||||||
|
- gcc
|
||||||
|
- make
|
14
uthash-2.0.2_fix-asciidoc.patch
Normal file
14
uthash-2.0.2_fix-asciidoc.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
doc/userguide.txt | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/doc/userguide.txt b/doc/userguide.txt
|
||||||
|
--- a/doc/userguide.txt
|
||||||
|
+++ b/doc/userguide.txt
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
uthash User Guide
|
||||||
|
=================
|
||||||
|
-Troy D. Hanson, Arthur O'Dwyer
|
||||||
|
+Hanson, O'Dwyer
|
||||||
|
v2.0.2, March 2017
|
||||||
|
|
||||||
|
To download uthash, follow this link back to the
|
Loading…
Reference in New Issue
Block a user