Skip to content

Commit

Permalink
a11y: Include testdata in EXTRA_DIST
Browse files Browse the repository at this point in the history
Otherwise tests don't work from a tarball release.
  • Loading branch information
Matthias Clasen committed Jun 21, 2013
1 parent 8d47410 commit c4a9bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/a11y/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test_in_files = \
a11yutil.test.in \
$(NULL)

EXTRA_DIST += $(test_in_files)
EXTRA_DIST += $(test_in_files) $(testdata)

if BUILDOPT_INSTALL_TESTS
insttestdir=$(pkglibexecdir)/installed-tests
Expand Down

0 comments on commit c4a9bb6

Please sign in to comment.