On Mon, 3 Jul 2017 17:16:46 +0800 Jonas Ådahl <[email protected]> wrote:
> Test that it is possible to implement and use an interface with a > symbol prefix. > > Signed-off-by: Jonas Ådahl <[email protected]> > --- > .gitignore | 5 ++ > Makefile.am | 30 +++++++- > tests/symbol-prefix-test-client.c | 77 ++++++++++++++++++++ > tests/symbol-prefix-test-server.c | 145 > ++++++++++++++++++++++++++++++++++++++ > 4 files changed, 255 insertions(+), 2 deletions(-) > create mode 100644 tests/symbol-prefix-test-client.c > create mode 100644 tests/symbol-prefix-test-server.c Hi, this looks like a nice rudimentary test that prefix-generated files are usable. I would like to see more though: - use of same-named but different protocols in the same program - verbatim text tests added to tests/scanner-test.sh A slight caveat with the proposed test is that the original unprefixed symbols are still available via libwayland. Thanks, pq
pgp37d_I881ZP.pgp
Description: OpenPGP digital signature
_______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
