]> git.proxmox.com Git - mirror_qemu.git/commit - tests/Makefile.include
tests: Test blockjob IDs
authorAlberto Garcia <berto@igalia.com>
Fri, 29 Jul 2016 14:31:41 +0000 (17:31 +0300)
committerKevin Wolf <kwolf@redhat.com>
Mon, 8 Aug 2016 11:05:43 +0000 (13:05 +0200)
commit9ef8112a24d13c9d054c26105b24a3e12e1cb430
tree5fb4a6a4a1b4911ca00dc673b74e61d84da261ed
parentbd7c41765b9afa93a7f1a42e1ee353282230e2b7
tests: Test blockjob IDs

Since 7f0317cfc8da6 we have API to specify the ID of block jobs and we
also guarantee that they are well-formed and unique.

This patch adds tests to check some common scenarios.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/Makefile.include
tests/test-blockjob.c [new file with mode: 0644]