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
It is often useful to run only a single test instead of running all
the tests. This can be done with `nunit-console -run:TESTNAME`.
Allow the run-tests target to use the RUN variable to control the
`nunit-console -run` option:
make run-tests RUN=Java.InteropTests.InvokeVirtualFromConstructorTests
0 commit comments