Mercurial > repos > public > sbplib
view runtestsPackage.m @ 385:b361a04894e3 feature/beams
Fix bug in implicit cdiff. Add stepTo method for timesteppers.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 02 Jan 2017 12:21:01 +0100 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end