From: Michael Orlitzky Date: Mon, 9 Mar 2026 12:55:52 +0000 (-0400) Subject: run-tests.m: include the optimization test functions X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=6aca8f87af69963c37aa8d2d3bd141c824576102;p=octave.d.git run-tests.m: include the optimization test functions We don't need these to be available all the time, and now they are not. But we do need to load them before running the test suite. --- diff --git a/run-tests.m b/run-tests.m index 9d0e7fa..256f191 100755 --- a/run-tests.m +++ b/run-tests.m @@ -6,6 +6,7 @@ # is 1. # +addpath('./optimization/test_functions'); addpath('./unit_test'); global unittest_results;