From 6aca8f87af69963c37aa8d2d3bd141c824576102 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 9 Mar 2026 08:55:52 -0400 Subject: [PATCH] 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. --- run-tests.m | 1 + 1 file changed, 1 insertion(+) 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; -- 2.51.0