You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configurable-make-test: Allows make test to be run with SHUNIT_BIN.
- Contributors may have installed shunit2(1) to somewhere other than
`/usr/share/shunit2/shunit2`.
- Allow `SHUNIT2_BIN=$(which shunit2) make test`.
- Default to `/usr/share/shunit2/shunit2` if `SHUNIT2_BIN` is not given.
0 commit comments