zsh-workers
 help / color / mirror / code / Atom feed
* towards making "make check" work on cygwin
@ 2008-10-17  3:45 Rocky Bernstein
  0 siblings, 0 replies; only message in thread
From: Rocky Bernstein @ 2008-10-17  3:45 UTC (permalink / raw)
  To: Zsh hackers list

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

Was testing some code under cygiwn and ran "make check".  Have the old
Microsoft wants ".exe" extension problem.
Yes, windows is a pain. Here's a patch at least get started towards
allowing testing to get started.

There are other places where Src/zsh is mentioned, so probably what
needs to happen is something should set an EXEEXT variable that is
used in the other testing script.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: cygwin.patch --]
[-- Type: text/x-diff; name=cygwin.patch, Size: 543 bytes --]

retrieving revision 1.11
diff -u -r1.11 Makefile.in
--- Test/Makefile.in	1 Feb 2008 11:31:38 -0000	1.11
+++ Test/Makefile.in	17 Oct 2008 03:39:08 -0000
@@ -48,8 +48,8 @@
 	if ZTST_testlist="`for f in $(sdir)/$(TESTNUM)*.ztst; \
            do echo $$f; done`" \
 	 ZTST_srcdir="$(sdir)" \
-	 ZTST_exe=$(dir_top)/Src/zsh \
-	 $(dir_top)/Src/zsh +Z -f $(sdir)/runtests.zsh; then \
+	 ZTST_exe=$(dir_top)/Src/zsh@EXEEXT@ \
+	 $(dir_top)/Src/zsh@EXEEXT@ +Z -f $(sdir)/runtests.zsh; then \
 	 stat=0; \
 	else \
 	 stat=1; \
cvs diff: Diffing Util

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-17  3:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-17  3:45 towards making "make check" work on cygwin Rocky Bernstein

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).