dub icon indicating copy to clipboard operation
dub copied to clipboard

dub test fails with .c source

Open Alexibu opened this issue 7 months ago • 0 comments

I have a .c file in my dub project. Recent versions of dub cause the command dub test to fail. I can work around it by editing the generated .d file that runs the tests. I think the generator is inserting import '' which I guess is because it doesn't know what to do for .c files.

Alexibu avatar Apr 27 '25 10:04 Alexibu