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

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