]> eyrie.org Git - kerberos/krb5-strength.git/commit
Update to rra-c-util 4.12 and C TAP Harness 2.3
authorRuss Allbery <eagle@eyrie.org>
Mon, 16 Dec 2013 21:35:00 +0000 (13:35 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 16 Dec 2013 21:35:00 +0000 (13:35 -0800)
commit12fc918526a1261f8d34cdb4ebecc161ec7e223b
tree9c29a432d861ae3bca52da537b4d523285624ff0
parent3c8cf7a4cca552e73a4b134e8aec1d68c79984b4
Update to rra-c-util 4.12 and C TAP Harness 2.3

Update to rra-c-util 4.12:

* Properly check the return status of snprintf and friends.

Update to C TAP Harness 2.3:

* Suppress lazy plans and test summaries if the test failed with bail.
* Add warn_unused_result gcc attributes to relevant functions.
27 files changed:
.gitignore
Makefile.am
NEWS
configure.ac
m4/krb5.m4
m4/lib-helper.m4
m4/tinycdb.m4
portable/asprintf.c
portable/snprintf.c
portable/strndup.c [new file with mode: 0644]
portable/system.h
tests/TESTS
tests/portable/strndup-t.c [new file with mode: 0644]
tests/portable/strndup.c [new file with mode: 0644]
tests/runtests.c
tests/tap/basic.c
tests/tap/basic.h
tests/tap/kerberos.c
tests/tap/kerberos.h
tests/tap/macros.h
tests/tap/perl/Test/RRA.pm
tests/tap/perl/Test/RRA/Automake.pm
tests/tap/perl/Test/RRA/Config.pm
tests/tap/process.c
util/messages.c
util/xmalloc.c
util/xmalloc.h