testsuite: Ignore generated .test files

This commit is contained in:
Jasper St. Pierre 2013-07-11 12:57:06 -04:00
parent 3c7227d91b
commit 4e09b56b76
5 changed files with 11 additions and 1 deletions

View File

@ -106,6 +106,8 @@ test_files = $(test_in_files:.test.in=.test)
$(test_files): %.test: %.test.in
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
DISTCLEANFILES = $(test_files)
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
testmeta_DATA = $(test_files)
endif

View File

@ -40,6 +40,8 @@ test_files = $(test_in_files:.test.in=.test)
$(test_files): %.test: %.test.in
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
DISTCLEANFILES = $(test_files)
testmetadir = $(datadir)/installed-tests/$(PACKAGE)/css
testmeta_DATA = $(test_files)
endif

View File

@ -41,6 +41,8 @@ insttest_PROGRAMS = $(TEST_PROGS)
test_files = $(TEST_PROGRS:=.test)
DISTCLEANFILES = $(test_files)
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
testmeta_DATA = $(test_files)
endif

View File

@ -139,6 +139,8 @@ insttest_PROGRAMS = $(TEST_PROGS)
test_files = $(TEST_PROGS:=.test)
DISTCLEANFILES = $(test_files)
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
testmeta_DATA = $(test_files)
endif

View File

@ -303,8 +303,10 @@ substitutions = \
reftests.test: reftests.test.in Makefile
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
DISTCLEANFILES = reftests.test
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
testmeta_DATA = reftests.test
endif
-include $(top_srcdir)/git.mk