Re: [PATCH wayland-protocols 2/3] tests: Add compile tests

2017-12-04 Thread Daniel Stone
Hi, Meant 'patch' rather than 'series' when offering my R-b to the other patch. Oops. On 11 October 2017 at 10:00, Jonas Ådahl wrote: > + # Check that header can be included by a pedantic C99 compiler > + test_name = 'test-build-pedantic-@0@'.format(protocol.underscorify()) > + test_name_sourc

[PATCH wayland-protocols 2/3] tests: Add compile tests

2017-10-11 Thread Jonas Ådahl
Only tested by the meson build system. Signed-off-by: Jonas Ådahl --- tests/build-cxx.cc.in | 12 +++ tests/build-pedantic.c.in | 10 ++ tests/meson.build | 86 +++ tests/replace.py | 23 + 4 files changed, 131