New review comment by yuriy-chumak on void-packages repository https://github.com/void-linux/void-packages/pull/38312#discussion_r938973333 Comment: Good question. No and yes. The test binaries builds separately using separate makefile. But one of built test binary is the same as installed binary in sense "same compiler, same command line, same options -> same binary". In the particular case "amd64", for example, test binaries are: 32-bit/debug, 32-bit/release, 64-bit/debug, 64-bit/release, 32-bit/mingw/debug, 32-bit/mingw/release, 64-bit/mingw/debug, 64-bit/mingw/release (if all toolchains are available). And the 64-bit/release test binary is the same as main binary produced.