Run testsuite with threads, too

This commit is contained in:
Björn Esser 2016-12-18 14:05:44 +01:00
parent 0ea0b7fe45
commit 96951f70ac

View File

@ -8,7 +8,7 @@ retrieve or delete items from the hash table.
Name: uthash
Version: 2.0.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A hash table for C structures
License: BSD
@ -74,6 +74,7 @@ export CFLAGS="-fPIC ${CFLAGS}"
%check
%configure || :
%make_build -C tests
%make_build -C tests/threads
%make_build -C libut/tests
@ -100,6 +101,9 @@ export CFLAGS="-fPIC ${CFLAGS}"
%changelog
* Sun Dec 18 2016 Björn Esser <fedora@besser82.io> - 2.0.1-2
- Run testsuite with threads, too
* Sat Dec 17 2016 Björn Esser <fedora@besser82.io> - 2.0.1-1
- Update to new upstream release v2.0.1
- Introduce libut / libvector