Fix snprintf test and output result to TAP format
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 21 Feb 2013 19:36:20 +0000 (14:36 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Mar 2013 15:22:02 +0000 (11:22 -0400)
commitd23b20e9573b260595f50e662e771d7a336ab07e
treeaf4d46848a7be74e08e0aebc07dc607a8ce5e293
parent90c098545344aff35dee3e9ca186d9ea3dd75e0f
Fix snprintf test and output result to TAP format

Replace the tap library with the one used by babeltrace's test suite which
offers more functionality and outputs in a truly TAP-compliant format.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
.gitignore
configure.ac
tests/Makefile.am
tests/runtests
tests/snprintf/Makefile.am
tests/snprintf/README [new file with mode: 0644]
tests/snprintf/prog.c
tests/snprintf/run [new file with mode: 0755]
tests/tap.c
tests/tap.h
This page took 0.025762 seconds and 4 git commands to generate.