summaryrefslogtreecommitdiffstats
path: root/test cases/wayland/1 client/both.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test cases/wayland/1 client/both.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/test cases/wayland/1 client/both.c b/test cases/wayland/1 client/both.c
new file mode 100644
index 0000000..b6e1bab
--- /dev/null
+++ b/test cases/wayland/1 client/both.c
@@ -0,0 +1,11 @@
+#include "viewporter-client-protocol.h"
+#include "viewporter-server-protocol.h"
+
+int main() {
+#if defined(VIEWPORTER_CLIENT_PROTOCOL_H) && \
+ defined(VIEWPORTER_SERVER_PROTOCOL_H)
+ return 0;
+#else
+ return 1;
+#endif
+}