test_mips

test_mips(verbose, exit_on_fail)

test_mips() - Run all MIPS tests.

test_mips
test_mips(verbose)
test_mips(verbose, exit_on_fail)
success = test_mips(...)

Runs all of the MIPS tests. If verbose is true (false by default), it prints the details of the individual tests. If exit_on_fail is true (false by default), it will exit MATLAB or Octave with a status of 1 unless t_run_tests() returns all_ok true.

See also t_run_tests().