Running unittests of a module with -betterC

Daniel Kozak kozzi11 at gmail.com
Mon Oct 28 08:51:02 UTC 2019


On Mon, Oct 28, 2019 at 9:40 AM Per Nordlöw via Digitalmars-d-learn
<digitalmars-d-learn at puremagic.com> wrote:
>
> Is it possible to run the unittests of a module with -betterC like
>
>      dmd -D -g -main -unittest -betterC f.d
>
> ?
>
> This currently errors as
>
> /usr/include/dmd/druntime/import/core/internal/entrypoint.d:34:
> error: undefined reference to '_d_run_main'
>
> for an empty file f.d

AFAIK no,

https://dlang.org/spec/betterc.html#unittests



More information about the Digitalmars-d-learn mailing list