diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-03-07 07:28:56 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-03-07 07:30:00 -0500 |
commit | 8a1da5639312afffb4492b0e87a64c2005c010c6 (patch) | |
tree | 7eeff985303745e1d70ea246abf010ed38f8770c /testsuite | |
parent | f4551bddf52d6b5ae00607f6f70b8a536a17eff1 (diff) | |
download | gtk+-8a1da5639312afffb4492b0e87a64c2005c010c6.tar.gz |
Fix a typo
This was causing the tools tests to not be installed and,
consequently, never run on continuous.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tools/Makefile.am b/testsuite/tools/Makefile.am index 5bc7314f0a..0dd510f8b3 100644 --- a/testsuite/tools/Makefile.am +++ b/testsuite/tools/Makefile.am @@ -54,7 +54,7 @@ DISTCLEANFILES = \ $(test_files) \ $(NULL) -testmetadir = #(datadir)/installed-tests/$(PACKAGE) +testmetadir = $(datadir)/installed-tests/$(PACKAGE) testmeta_DATA = $(test_files) endif |