Mercurial > repos > public > sbplib
view runtestsPackage.m @ 968:a4ad90b37998 feature/poroelastic
Merge with default.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 23 Dec 2018 14:39:31 +0100 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end