Leandro Lucarella wrote:
Andrei Alexandrescu, el  7 de mayo a las 06:59 me escribiste:
bearophile wrote:
Lutger:
I don't know. This is how you can unittest a single module:
rdmd --main -unittest test.d
it just links in a predefined .d file with a main() routine, that's all.
I have done some tests, but I am not able to use it well, or there are some 
bugs, I don't know.
But even if it works, I don't know if that can solve the problem at hand, 
because modules call each other, and I don't know if that command compiles just 
one module with -unittest.

Bye and sorry,
bearophile
Passing --chatty to rdmd prints the dmd invocation before executing it.

I wonder why you always pick clever names, what's wrong with --verbose?

It was easily confused with dmd's -v.

Andrei

Reply via email to