Documentation ¶
Overview ¶
teststale checks the staleness of a test binary. go test -c builds a test binary but it does no staleness check. In other words, every time one runs go test -c, it compiles the test packages and links the binary even when nothing has changed. This program helps to mitigate that problem by allowing to check the staleness of a given test package and its binary.
Click to show internal directories.
Click to hide internal directories.