view runtestsPackage.m @ 705:e6fbdc9ccfc4 feature/optim

Add diffOp time Dep
author Ylva Rydin <ylva.rydin@telia.com>
date Mon, 06 Nov 2017 11:39:59 +0100
parents 276dcccf6155
children 3230e4cbdbb4
line wrap: on
line source

function res = runtestsPackage(pkgName)
    ts = matlab.unittest.TestSuite.fromPackage(pkgName);
    res = ts.run();
end