summary refs log tree commit diff stats
path: root/tests/misc/mbetterrun.nim
Commit message (Collapse)AuthorAgeFilesLines
* `--usenimcache` (implied by `nim r main`) now caches some compile options to ↵Timothee Cour2021-04-251-0/+3
avoid recompiling when project was previously compiled with such options. (#17829) * `--usenimcache` (implied by `nim r main`) now caches some compile options to avoid recompiling when project was previously compiled with such options. * works * add test * changelog * use std/with