unit-threaded v0.5.7 - advanced multi-threaded unit testing library

Jacob Carlborg via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Feb 16 23:46:51 PST 2016


On 2016-02-16 23:13, Sebastiaan Koppe wrote:

> Then to get `dub test` to run unit_threaded I had to create a small
> program that discovers all modules and generates a testrunner.d file in
> the source directory, which gets picked up by dub. So now instead of
> `dub test` I call `rdmd test.d`, which generates the testrunner.d and
> calls dub test.
>
> I feel I am going against the grain here.

"dub test" will generate a program that discovers all modules. Not sure 
if it's compatible with unit-threaded.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list