tests: Add testcases for g_output_stream_splice_async()
authorMike Ruprecht <mike.ruprecht@collabora.co.uk>
Sat, 23 Feb 2013 21:13:53 +0000 (15:13 -0600)
committerDan Winship <danw@gnome.org>
Sun, 29 Sep 2013 21:48:40 +0000 (17:48 -0400)
commite967a76728700d27719388653946c9190e95063b
treef950aaae1dc813a75f21fa62712cbc122f62fe47
parentdec3bfeebc20d8fee9d6ddd6a7187ac762887f2d
tests: Add testcases for g_output_stream_splice_async()

Previously, no testcases tested the close flags of
g_output_stream_splice_async. This patch adds tests for that and
also tests various combinations of threaded and non-threaded
GInputStream async reads and GOutputStream async writes.

https://bugzilla.gnome.org/show_bug.cgi?id=691581
gio/tests/.gitignore
gio/tests/Makefile.am
gio/tests/async-splice-output-stream.c [new file with mode: 0644]