diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2016-04-06 19:44:16 +0200 |
---|---|---|
committer | Olivier Fourdan <ofourdan@redhat.com> | 2016-04-08 17:00:12 +0200 |
commit | b3ca11a6cb01b7830c46c067399577d9c3593d32 (patch) | |
tree | 6b9757311ec89231b2d3e54eca382240736774db | |
parent | 83e775147f35145ff4e7122089fb48ddf8617fa5 (diff) | |
download | gtk+-b3ca11a6cb01b7830c46c067399577d9c3593d32.tar.gz |
test: do not remove files on distclean
bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=764686
-rw-r--r-- | testsuite/a11y/state/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/a11y/state/Makefile.am b/testsuite/a11y/state/Makefile.am index cb9546d121..2861d4dcd5 100644 --- a/testsuite/a11y/state/Makefile.am +++ b/testsuite/a11y/state/Makefile.am @@ -47,7 +47,6 @@ a11ystate.test: Makefile testfiles = a11ystate.test DISTCLEANFILES = \ - $(testdata) \ $(testfiles) testmetadir = $(datadir)/installed-tests/$(PACKAGE) |