Mercurial > repos > public > sbplib
view runtestsPackage.m @ 671:993aac771efd feature/d1_staggered
Correct characteristic BC in staggered acoustics 1D constant coeff.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 27 Dec 2017 17:18:51 +0100 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end