Mercurial > repos > public > sbplib
view runtestsPackage.m @ 168:ba1ae5b2c45e feature/grids
grid.Cartesian: Added methods and test to fulfilll abstract class.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 24 Feb 2016 15:01:54 +0100 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end