runtests
runtests([tests=["all"] [, numcores=iceil(CPU_CORES/2) ]])
Run the Julia unit tests listed in tests
, which can be either a string or an array of strings, using numcores
processors. (not exported)
Examples
See Also
User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.