tests: add data files for future wayland-scanner test
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>
Tue, 4 Oct 2016 14:26:40 +0000 (17:26 +0300)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Wed, 23 Nov 2016 08:18:29 +0000 (10:18 +0200)
commit992b451dc44389e56913e3e57681aec00ee6bffc
tree03110fae0e6912b76868361da619a3f135165332
parent024200745fc83373effdf64f3a5684c1a9cd9a13
tests: add data files for future wayland-scanner test

This patch adds the input and reference output data files for the
wayland-scanner tests to be added by the following patch.

The data files are split into their own patch because they are extremely
uninteresting to review:
- example.xml is just a copy wayland.xml from 1.12.0
- small.xml is a tiny dummy definition used for testing scanner
  variations without causing lots of big output files
- the other files are wayland-scanner products from the xml files

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
v2: update output due to 2c6350beb92816eb9213c4944d197485e788ef6d
Acked-by: Yong Bakos <ybakos@humanoriented.com>
tests/data/example-client.h [new file with mode: 0644]
tests/data/example-code.c [new file with mode: 0644]
tests/data/example-server.h [new file with mode: 0644]
tests/data/example.xml [new file with mode: 0644]
tests/data/small-client-core.h [new file with mode: 0644]
tests/data/small-client.h [new file with mode: 0644]
tests/data/small-code-core.c [new file with mode: 0644]
tests/data/small-code.c [new file with mode: 0644]
tests/data/small-server-core.h [new file with mode: 0644]
tests/data/small-server.h [new file with mode: 0644]
tests/data/small.xml [new file with mode: 0644]