Make sure we dist all testsuite ingredients

This commit is contained in:
Matthias Clasen
2013-05-28 18:08:42 -04:00
parent 92823b2201
commit 0d768ee8a8
6 changed files with 38 additions and 35 deletions

View File

@ -282,6 +282,11 @@ testdata = \
window-default-size.ui \
$(NULL)
EXTRA_DIST += \
(testdata) \
reftests.test.in \
$(NULL)
if BUILDOPT_INSTALL_TESTS
insttestdir=$(pkglibexecdir)/installed-tests
insttest_PROGRAMS = gtk-reftest
@ -296,9 +301,6 @@ substitutions = \
reftests.test: reftests.test.in Makefile
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
EXTRA_DIST += \
reftests.test.in
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
testmeta_DATA = reftests.test
endif