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

@ -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