Michael Soyka wrote: > On 12/3/2015 4:13 PM, Bram Moolenaar wrote: > > I have added "new style" testing for Unix. It appears to work well, so > > now we also need this for other platforms. The Unix Makefile only > > needed a few extra lines, hopefully it's also simple for others. > > > > I would prefer someone who knows the platform to make a patch for this. > > We need this for: > > src/testdir/Make_dos.mak > > src/testdir/Make_ming.mak > > > > And if someone still has one of these systems: > > src/testdir/Make_amiga.mak > > src/testdir/Make_os2.mak > > src/testdir/Make_vms.mms > > > Bram, > > Since I've been dabbling in things ming lately, I'm willing to give it > shot. What information do I need?
Look in src/testdir/Makefile for how "newtests" is defined. I assume that the MingW make works pretty much like the Unix one. -- hundred-and-one symptoms of being an internet addict: 194. Your business cards contain your e-mail and home page address. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
