How to run unit tests on Windows?

pineapple via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Apr 14 03:39:13 PDT 2016


I've had success running unit tests on OSX by running `rdmd 
--main -unittest [file]` but have had no such luck on Windows. 
The aforementioned command fails, and `dmd [file] -main 
-unittest` seems to run the program without actually executing 
the unit tests.

Help?



More information about the Digitalmars-d-learn mailing list