summaryrefslogtreecommitdiff
path: root/testsuite/gdk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-05-28 18:08:42 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-05-29 21:00:37 -0400
commit0d768ee8a84d56805cb70dd2c6294ffa82168057 (patch)
treec0d0713bf8b06390aec68c43aa3fecbc0eeac85d /testsuite/gdk
parent92823b2201b0c823dcb13aa90f555bdac1671044 (diff)
downloadgtk+-0d768ee8a84d56805cb70dd2c6294ffa82168057.tar.gz
Make sure we dist all testsuite ingredients
Diffstat (limited to 'testsuite/gdk')
-rw-r--r--testsuite/gdk/Makefile.am23
1 files changed, 12 insertions, 11 deletions
diff --git a/testsuite/gdk/Makefile.am b/testsuite/gdk/Makefile.am
index bd9a3b392f..a8fd35d1c4 100644
--- a/testsuite/gdk/Makefile.am
+++ b/testsuite/gdk/Makefile.am
@@ -35,9 +35,19 @@ TEST_PROGS += keysyms
keysyms_SOURCES = keysyms.c
keysyms_LDADD = $(progs_ldadd)
-CLEANFILES = \
+CLEANFILES = \
cairosurface.png \
- gdksurface.png
+ gdksurface.png \
+ $(NULL)
+
+test_in_files = \
+ rgba.test.in \
+ encoding.test.in \
+ display.test.in \
+ keysyms.test.in \
+ $(NULL)
+
+EXTRA_DIST += $(test_in_files)
if BUILDOPT_INSTALL_TESTS
insttestdir=$(pkglibexecdir)/installed-tests
@@ -47,20 +57,11 @@ substitutions = \
-e s,@pkglibexecdir\@,$(pkglibexecdir),g \
$(NULL)
-test_in_files = \
- rgba.test.in \
- encoding.test.in \
- display.test.in \
- keysyms.test.in \
- $(NULL)
-
test_files = $(test_in_files:.test.in=.test)
$(test_files): %.test: %.test.in
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
-EXTRA_DIST += $(test_in_files)
-
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
testmeta_DATA = $(test_files)
endif