Mercurial > repos > public > sbplib
view runtestsPackage.m @ 677:eeaf9a00e304 feature/poroelastic
Correct factor of 2 in Dirichlet penalty parameter.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Fri, 26 Jan 2018 15:17:49 -0800 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end