When I run dub with

dub run --build=unittest

It runs all of the unittests for all my dependencies. These unittests take time, and in some cases, create windows. I would like to simply run the unittests in my own code. Is there an easy way to do this?