Yegappan wrote:

> How do you run the new style tests on MS-Windows. I am trying to use
> the following command:
> 
> make -f Make_ming.mak test_quickfix.res
> 
> This doesn't work (as there are no rules to build .res files). A
> similar command works on Linux like systems.

        cd testdir
        nmake -f Make_dos.mak test_quickfix.res

In the top directory the "test" target works, and once all the tests
pass you can do:

        rm testdir/test_quickfix.res
        nmake -f make_mvc.mak test

The tests that already passed won't be run.

-- 
hundred-and-one symptoms of being an internet addict:
79. All of your most erotic dreams have a scrollbar at the right side.

 /// Bram Moolenaar -- b...@moolenaar.net -- 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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to