Mercurial > repos > public > sbplib
view runtestsPackage.m @ 673:9e1d2351f539 feature/poroelastic
Change penalties in Free BC to enable mixed Dirichlet/Free BC.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sat, 23 Dec 2017 15:42:11 +0100 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end