dub
dub copied to clipboard
dub test fails with .c source
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.