Newer
Older
dub_jkp / changelog / build_unittest.dd
  1. Building the special test runner configuration
  2.  
  3. `dub build --config=unittest --build=unittest[-cov]` can now be used to
  4. mimic building the test runner executable of `dub test [--coverage]`.
  5. Note that this doesn't require an existing `unittest` configuration.
  6.  
  7. `dub describe --config=unittest` allows to derive the path to the
  8. executable.