test_most
- test_most(verbose, exit_on_fail)
test_most()
- Run all MOST tests.test_most test_most(verbose) test_most(verbose, exit_on_fail) success = test_most(...)
Runs all of the MOST tests. If
verbose
is true (false by default), it prints the details of the individual tests. Ifexit_on_fail
is true (false by default), it will exit MATLAB or Octave with a status of 1 unlesst_run_tests()
returnsall_ok
true.See also
t_run_tests()
.