<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,<br>
<br>
I am currently looking into possibilities for unit testing our<br>
client whether it calls wayland functions in the correct<br>
form (order, content, etc.)<br>
<br>
So I wanted to use fake wl_* functions for mocking<br>
purposes. This seems to be not possible as all the <br>
wayland-scanner generated protocol functions carry<br>
the function definition already in the header file.<br>
This leads to compiler errors (multiple definition).<br>
<br>
My question would be, what is the reasoning behind <br>
putting all definitions already in the header?<br>
<br>
Maybe I'm completely looking into the wrong direction,<br>
and you have any suggestions on how to unit test a <br>
client application, any hints would be appreciated.<br>
<br>
<br>
Thank you,<br>
<br>
Michael<br>
<br>
</div>
</body>
</html>