view sbplibLocation.m @ 1107:3230e4cbdbb4

Add parameter in runtestsAll() and runtestsPackage() so that they include tests in subpackages
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 10 Apr 2019 22:11:11 +0200
parents 77db2ef14191
children
line wrap: on
line source

function location = sbplibLocation()
    scriptname  = mfilename('fullpath');
    [location, ~, ~] = fileparts(scriptname);
end