www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - unittest with Visual D

I finaly got managed to install Visual D on my Windows PC (thanks 
to the new community version of Visual Studio), but the cool 
point "Compile and Run" seems to have a problem with some of my 
unittests:

I get the error "template instance xy is not defined" if a 
specific instantiation is not used in my main program.
But shouldn't the compiler build all instantiations used within a 
unittest?!?

What am I missing?
Jan 25 2015