On Monday, 18 April 2016 at 04:25:25 UTC, Jon D wrote:
I have an dub config file specifying a targetType of 'executable'. There is only one file, the file containing main(), and no unit tests.

When I run 'dub test', dub builds and runs the executable. This is not really desirable. Is there a way to set up the dub configuration file to disable running the test?

configuration "unittest" {
    excludedSourceFiles "path/to/main.d"
}

Reply via email to