Dmitry Olshansky: > Dang, DMD does not even type check the unitest code when the compiler > option not passed.
This is a small known problem of D newsgroups. To partially cope with it at the
end of each module I add something like:
unittest { printf(__FILE__ ~ " unittest performed."); }
But among the enhancement requests of the D unit-testing there need to be a
better solution to that problem too.
Bye,
bearophile
