You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the unittests are written into an ut executable which could be confusing to a new user.
Maybe calling it unittest or runtest would be more obvious to what it is.
Alternatively calling it APPLICATION_NAME-test by default would be more dub compatible and easier to migrate to for dub users. The dubDefaultTarget right now emits the same executable name as dub after all
The text was updated successfully, but these errors were encountered:
I don't know - I like how it is now and it'd be some work to change it. Also, does anyone run unittest binaries manually with dub? It's usually just dub test.
By default the unittests are written into an
ut
executable which could be confusing to a new user.Maybe calling it
unittest
orruntest
would be more obvious to what it is.Alternatively calling it
APPLICATION_NAME-test
by default would be more dub compatible and easier to migrate to for dub users. The dubDefaultTarget right now emits the same executable name as dub after allThe text was updated successfully, but these errors were encountered: