Lines Matching full:test
2 * QEMU I/O channel file test
28 #define TEST_FILE "tests/test-io-channel-file.txt"
44 QIOChannelTest *test; in test_io_channel_file_helper() local
59 test = qio_channel_test_new(); in test_io_channel_file_helper()
60 qio_channel_test_run_writer(test, src); in test_io_channel_file_helper()
61 qio_channel_test_run_reader(test, dst); in test_io_channel_file_helper()
62 qio_channel_test_validate(test); in test_io_channel_file_helper()
109 QIOChannelTest *test; in test_io_channel_pipe() local
120 test = qio_channel_test_new(); in test_io_channel_pipe()
121 qio_channel_test_run_threads(test, async, src, dst); in test_io_channel_pipe()
122 qio_channel_test_validate(test); in test_io_channel_pipe()