From 3f9f96e7e58c7e9baa5a3c79c26969044ce66aa8 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 9 Nov 2006 14:39:34 +0000 Subject: [PATCH] change test template to remove test executable when that executable has an extension, e.g. under Cygwin --- tests/TEMPLATE/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TEMPLATE/Makefile.am b/tests/TEMPLATE/Makefile.am index e9d4cf8..5495991 100644 --- a/tests/TEMPLATE/Makefile.am +++ b/tests/TEMPLATE/Makefile.am @@ -24,7 +24,7 @@ FLEX = $(top_builddir)/flex builddir = @builddir@ EXTRA_DIST = scanner.l parser.y test.input -CLEANFILES = scanner.c scanner.h parser.c parser.h TEMPLATE OUTPUT $(OBJS) +CLEANFILES = scanner.c scanner.h parser.c parser.h $(testname)$(EXEEXT) OUTPUT $(OBJS) OBJS = scanner.o # parser.o AM_CPPFLAGS = -I$(srcdir) -I$(builddir) -I$(top_srcdir) -I$(top_builddir) -- 2.50.1