From: Will Estes Date: Thu, 9 Nov 2006 14:39:34 +0000 (+0000) Subject: change test template to remove test executable when that executable has an extension... X-Git-Tag: flex-2-5-34~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f9f96e7e58c7e9baa5a3c79c26969044ce66aa8;p=flex change test template to remove test executable when that executable has an extension, e.g. under Cygwin --- 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)