Mercurial > repos > public > sbplib
view runtestsPackage.m @ 704:111fcbcff2e9 feature/optim
merg with featuew grids
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Fri, 03 Nov 2017 10:53:15 +0100 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end