dub icon indicating copy to clipboard operation
dub copied to clipboard

Feature request: new command to run all the tests of the dependencies libs

Open mw66 opened this issue 3 years ago • 0 comments

https://forum.dlang.org/thread/[email protected]

Hi,

I'm using dub.json to specify the dependencies libs for my project.

I'm just wondering how I can use dub to run all the tests of those dependencies libs (of the transitive closure of all the libs) to make sure my project is built on a very solid foundation?

I know this could be very time-consuming, probably will run it over-night.

On the other hand, what's the command to run dub test on a single dependency lib?

Thanks.

mw66 avatar Sep 20 '22 00:09 mw66