Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: 3.1.6-pws-10: Initial testing stuff



On Dec 7, 10:12pm, Peter Stephenson wrote:
} Subject: PATCH: 3.1.6-pws-10: Initial testing stuff
}
} The test driver script is Test/ztst.zsh; run `make tests' in
} Test to run the test(s).

It might be reasonable to change this to "make check" which is what is
expected for packages configured with "automake" (which zsh isn't, but
just for consistency).  Or leave it "make tests" in the Test directory,
but add

check:
	cd Test ; $(MAKE) tests

to the top-level Makefile.in.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author