Running unittests in a D library

2012-09-19 Thread Chris Molozian
Hey all, I'm sure that this is a rather daft question but I've tried to search the d.learn mailing list and must have missed a question about it. I've read the unit testing documentation on dlang.org and I know that `unittest { /* some code */ }` blocks are compiled into the executable and

Re: Running unittests in a D library

2012-09-19 Thread Chris Molozian
been addressed: http://d.puremagic.com/issues/show_bug.cgi?id=4669 Is there any update on the status of this enhancement? Is there a recommended workaround to unit test a D library? Cheers, Chris On Wednesday, 19 September 2012 at 18:49:12 UTC, Chris Molozian wrote: Hey all, I'm sure