Add *.tap to CLEANFILES
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 17 Dec 2013 16:42:04 +0000 (16:42 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 17 Dec 2013 16:42:04 +0000 (16:42 +0000)
Otherwise, make preleasecheck will fail due to the extra test.tap
file.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@889 64e312b2-a51f-0410-8e61-82d0ca0eb02a

tests/Makefile.am

index 8be49cbbdd7aed63e8eec86705942f95863071fd..ebe18ad16c3054f74b37f7122fc3ba3d17909a5c 100644 (file)
@@ -85,4 +85,4 @@ ex_tap_output_LDADD = $(top_builddir)/src/libcheck.la $(top_builddir)/lib/libcom
 
 AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
 
-CLEANFILES = *~ *.log *.xml test_logfile
+CLEANFILES = *~ *.log *.xml *.tap test_logfile