https://issues.dlang.org/show_bug.cgi?id=16422
Issue ID: 16422
Summary: "dub test" builds the same testing executable every
run, should cache it
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: tools
Assignee: [email protected]
Reporter: [email protected]
Refer to http://forum.dlang.org/post/[email protected]. The
generated test code should be cached across runs and only rebuilt if the
dependencies change. However, the test should be run every time (because of
randomized unittests).
--