I am very new to D and still struggling with trying to tune my toolchain.
I am running Ubuntu Karmic and would like to use DSSS with GDC and Tango or TangoBos.
So far, I have installed GDC from the repositories of Ubuntu, DSSS, Tango and TangoBos from these repositories , and I can compile with dsss + gdc + tangobos.
According to the DSSS documentation, it should be possible to perform unit tests using
$ dsss build --test
but on my system, the -test argument is ignored. I have the latest version of dss (0.78) and its on-line help does not contain anything about unit tests.
Running ldc --unittest works fine (although I don’t know exactly which libray it is typing).
Is there a way to run my unit tests using the same compiler and library than for compilation?
If so, is there a way to automate testing or will I have to run it on a module?
source
share