name-test C tests: produce structured (TAP) output
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 8 Feb 2016 20:28:21 +0000 (20:28 +0000)
committerRalf Habacker <ralf.habacker@freenet.de>
Thu, 11 Feb 2016 01:37:14 +0000 (02:37 +0100)
commitfec99c9b3d8318e3abae432f2aca50802a87f90e
tree1c2b5f8ac1525653ce8e7d72d13e0bf9190aca42
parent8fd2be6013e3d0ff6a6ff63ea022f9606d9a87c6
name-test C tests: produce structured (TAP) output

Similar to commit 58eefa1031e14cb402ed0aae85e6bce1ba030a28.

test-privserver is a helper executable, not a test. I moved its output
from stdout to stderr so it can't be misinterpreted as the test's
stdout.

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=92899
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
test/name-test/test-ids.c
test/name-test/test-pending-call-dispatch.c
test/name-test/test-pending-call-timeout.c
test/name-test/test-privserver-client.c
test/name-test/test-privserver.c
test/name-test/test-shutdown.c
test/name-test/test-threads-init.c