DUB-DUSTMITE(1) | The D Language Foundation | DUB-DUSTMITE(1) |
dub-dustmite - Create reduced test cases for build errors
dub dustmite <destination-path> OPTIONS... [-- <application arguments...>]
This command uses the Dustmite utility to isolate the cause of build errors in a DUB project.
It will create a copy of all involved packages and run dustmite on this copy, leaving a reduced test case.
Determining the desired error condition is done by checking the compiler/linker status code, as well as their output (stdout and stderr combined). If --program-status or --program-regex is given and the generated binary is an executable, it will be executed and its output will also be incorporated into the final decision.
--compiler-status=VALUE
--compiler-regex=VALUE
--linker-status=VALUE
--linker-regex=VALUE
--program-status=VALUE
--program-regex=VALUE
--test-package=VALUE
--combined
--no-redirect
--strategy=VALUE
-j
--trace
-b, --build=VALUE
-c, --config=VALUE
--override-config=VALUE
--compiler=VALUE
-a, --arch=VALUE
-d, --debug=VALUE
--d-version=VALUE
--nodeps
--build-mode=VALUE
--single
--force-remove
--filter-versions
See dub(1)
Forwards the exit code from dustmite(1)
dub.sdl, dub.json
Copyright (c) 1999-2024 by The D Language Foundation
http://code.dlang.org/docs/commandline
dub(1), dub-lint(1), dub-test(1), dustmite(1)
2024-04-01 | The D Language Foundation |