From 710e1edef19be987d7abbe7696790c354743092c Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Tue, 30 Aug 2016 23:58:40 +0200 Subject: [PATCH] Add missing test data to distribution --- tests/data/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 2ac7ebf..7291fd2 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -1,4 +1,13 @@ EXTRA_DIST = test-accessible.xml \ test-action.xml \ + test-collection.xml\ test-component.xml \ + test-document.xml \ + test-editable-text.xml \ + test-hypertext.xml \ + test-image.xml \ + test-selection.xml \ + test-table.xml \ + test-text.xml \ + test-value.xml \ test.xml -- 2.34.1