test_mptest
- test_mptest(verbose, exit_on_fail)
test_mptest()- Run all MP-Test tests.test_mptest test_mptest(verbose) test_mptest(verbose, exit_on_fail) success = test_mptest(...)
Runs all of the MP-Test tests. If
verboseis true (false by default), it prints the details of the individual tests. Ifexit_on_failis true (false by default), it will exit MATLAB or Octave with a status of 1 unlesst_run_tests()returnsall_oktrue.See also
t_run_tests().