Previous Next test_path.m

Ensure Path is Set 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')
end

Input File: example/test_path.m