UnitTest and visual D

Jonathan M Davis jmdavisProg at gmx.com
Thu Feb 23 18:41:14 PST 2012


On Thursday, February 23, 2012 21:38:43 Kevin Cox wrote:
> I am having the same problem with visual d plugin for monodevelop. When I
> compile from the command line the tests run.
> 
> A possibly related problem is that some files do not get recompiled when
> changed unless I do a rebuild.

There may very well be further problems due to what the IDE is doing (such as 
not doing a full recompile when you enable -unittest), but the unit tests 
won't print anything out on success regardless unless you use print statements 
in them.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list