Saturday, April 6, 2024

running tests with make -j test

Is there any way to run tests in parallel? It seems like some of them might overwrite the same directory (in any case I couldn't get make -j to work).

Partitioning would be a nastier alternative (make 3 copies of the shadow dir, run make make unittests, make scripttests, make $(TERM_TESTS) in each; though I don't know how to resolve that makefile variable from a script). Plus I'm not sure the three separate dependencies take equally long.

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/dbbb9a08-f671-48c6-aa5c-40f5cc4984bcn%40googlegroups.com.

No comments: