wilzbach / tools-test

1 stars 0 forks source link

"dub test" builds the same testing executable every run, should cache it #142

Open wilzbach opened 8 years ago

wilzbach commented 8 years ago

Note: the issue was created automatically migrated from https://issues.dlang.org

Original bug ID: BZ#16422 From: @andralex Reported version: D2

wilzbach commented 8 years ago

Comment author: @andralex

Refer to http://forum.dlang.org/post/npiabg$1fcg$1@ digitalmars.com. 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).