Update a comment in run-tests.m.
--- /dev/null
+##
+## Options for MATLAB compatibility.
+##
+allow_noninteger_range_as_index(true);
+do_braindead_shortcircuit_evaluation(true);
+history_timestamp_format_string("%%-- %D %I:%M %p --%%");
+page_screen_output(false);
+print_empty_dimensions(false);
+
+addpath(genpath('~/src/octave/misc'));
+addpath(genpath('~/src/octave/optimization'));
#!/usr/bin/octave --silent
+#
+# You'll need to use the .octaverc in this directory to get the proper
+# paths.
+#
addpath('./unit_test');