From: Derek Foreman Date: Fri, 19 Jan 2018 17:51:35 +0000 (-0600) Subject: tests: Add missing file to distribution X-Git-Tag: 1.14.91~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=118aaec480a1153cccc81a38a69c1b6571d98b36;p=platform%2Fupstream%2Fwayland.git tests: Add missing file to distribution In f74c9b98db49ce16e037c3012590c4a24a4fc32e I added tests.xml to the repository, but not to the distribution tarball. Signed-off-by: Derek Foreman Reviewed-by: Quentin Glidic Reviewed-by: Daniel Stone --- diff --git a/Makefile.am b/Makefile.am index bceca2a..1d21fa2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -264,6 +264,7 @@ exec_fd_leak_checker_SOURCES = tests/exec-fd-leak-checker.c exec_fd_leak_checker_LDADD = libtest-runner.la EXTRA_DIST = tests/scanner-test.sh \ + protocol/tests.xml \ tests/data/example.xml \ tests/data/example-client.h \ tests/data/example-server.h \