dmd -unittest=<pattern> (same syntax as -i)

Timothee Cour thelastmammoth at gmail.com
Wed Mar 14 21:22:01 UTC 2018


would a PR for `dmd -unittest=<pattern> (same syntax as -i)` be welcome?
wouldn't that avoid all the complicatiosn with version(StdUnittest) ?
eg use case:

# compile with unittests just for package foo (excluding subpackage foo.bar)
dmd -unittest=foo -unittest=-foo.bar -i main.d


More information about the Digitalmars-d mailing list