add mockcompositor and mockclient 04/232004/5
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 27 Apr 2020 08:49:15 +0000 (17:49 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 27 Apr 2020 10:19:51 +0000 (19:19 +0900)
commit868c14e4fcefaa522f4b89386f41f83f40f86540
tree86585f9e940ce3aa3fc6e1cc30df1815b6055d1a
parent57d40396f793f4394dd735ae79292c872c887f58
add mockcompositor and mockclient

This is initial version for mockcompositor and mockclient.
The mockcompsitor process the clients' events in every some milliseconds.
The mockclient has only RoundTrip method right now.

Change-Id: I5395a55863a919535f376ca24cc0b3b750ca0554
unittests/Makefile.am
unittests/mockclient.cpp [new file with mode: 0644]
unittests/mockclient.h [new file with mode: 0644]
unittests/mockcompositor.cpp [new file with mode: 0644]
unittests/mockcompositor.h [new file with mode: 0644]
unittests/tc-mockcompositor.cpp [new file with mode: 0644]
unittests/tc-wayland-extension.h [new file with mode: 0644]