tests: Test wl_interface_equal
authorYong Bakos <ybakos@humanoriented.com>
Tue, 8 Nov 2016 15:56:30 +0000 (07:56 -0800)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Fri, 18 Nov 2016 14:21:19 +0000 (16:21 +0200)
commitb0cd65deacb99c9cf0ca5c0c741307eb1f4a9c5e
tree5a3bab4cc1803d4b8c465c8852b7c66b14f93763
parent0cdc3229b02ffa1863f48e21806f6a070937fb0b
tests: Test wl_interface_equal

The test suite did not cover wl_interface_equal, so add one test that
specifically tests this method. Add the new test to Makefile.am.

Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
[Pekka: add assert(&wl_registry_interface != &copy);]
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Makefile.am
tests/interface-test.c [new file with mode: 0644]