Unit testing druntime

Jonathan via Digitalmars-d digitalmars-d at puremagic.com
Mon Mar 30 13:37:03 PDT 2015


I noticed that I'm not able to unit test a file in isolation in 
druntime like I can in phobos. For example, I can't seem to run 
unit tests using the below method:
rdmd -unittest -main src/core/atomic.d

Is there a way to test modules in druntime like this?


More information about the Digitalmars-d mailing list