K 10 svn:author V 4 ngie K 8 svn:date V 27 2019-04-03T05:43:32.036248Z K 7 svn:log V 314 --coverage should apply to static programs too Statically compiled programs, like `/usr/tests/sys/capsicum-test/mini-me*`, should have coverage compile time/linker flags applied to them as well as the objects are compiled with with `--coverage`, etc. This fixes a linker error with `tests/sys/capsicum:mini-me`. END