]> git.proxmox.com Git - mirror_qemu.git/commit - tests/unit/check-qobject.c
tests: Add check-qobject for equality tests
authorMax Reitz <mreitz@redhat.com>
Tue, 14 Nov 2017 18:01:28 +0000 (19:01 +0100)
committerMax Reitz <mreitz@redhat.com>
Fri, 17 Nov 2017 17:21:30 +0000 (18:21 +0100)
commit1b76e8389b2cba75e158488f0f6fb72a04f36b1d
tree3f4cdb1c89f828c3b2b5ae4a12aa729e43a2cf3a
parent791cbccc9422f17ff907f33d5a689d88b8610cff
tests: Add check-qobject for equality tests

Add a new test file (check-qobject.c) for unit tests that concern
QObjects as a whole.

Its only purpose for now is to test the qobject_is_equal() function.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20171114180128.17076-7-mreitz@redhat.com
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/.gitignore
tests/Makefile.include
tests/check-qobject.c [new file with mode: 0644]