Previous Next test_path.m

Set Up Path for Testing

Syntax
test_path


Purpose
The directory ../src is added to the current path setting. This is needed when running the tests in the test subdirectory.

Source Code
 
function test_path()
    addpath('../src')
    addpath('nonlinear')
end

Input File: example/test_path.m