Mercurial > repos > public > sbplib
view runtestsPackage.m @ 881:67228a10dfad feature/poroelastic
Add method expandFunc to multiblock.Grid
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Fri, 26 Oct 2018 15:41:26 -0700 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end