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
Make it possible to specify individual tests to run, to facilitate debugging.
Running the entire test suite every time can take quite long. Tests can be
specified by passing the TESTS variable to `make test`.
Note that the test script uses the deprecated `suite` hook to build the test
suite from the command-line arguments, if there are any. Upstream `shunit2`
already does this by default.
0 commit comments