On 3/19/12, H. S. Teoh <hst...@quickfur.ath.cx> wrote:
>       dmd -unittest source.d
>
> in GDC, you'd have to write:
>
>       gdc -funittest source.d
>

That's what GDMD is for. It's a Perl script (in GDC's /bin folder)
that acts like a DMD front-end to GDC, so you can pass regular
DMD-style flags to GDC via GDMD. I think LDC has a similar front-end.

Reply via email to