]> gitweb.michael.orlitzky.com - octave.d.git/commitdiff
run-tests.m: include the optimization test functions
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Mar 2026 12:55:52 +0000 (08:55 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Mar 2026 12:55:52 +0000 (08:55 -0400)
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

index 9d0e7fa03ba48af8a5d619e4553e8f15077684b6..256f191c2e7ce4ec2748eca1473c5ca5614c51c2 100755 (executable)
@@ -6,6 +6,7 @@
 # is 1.
 #
 
+addpath('./optimization/test_functions');
 addpath('./unit_test');
 
 global unittest_results;