Mercurial > repos > public > sbplib
view runtestsPackage.m @ 1211:3d7faa2ca312 feature/poroelastic
Add physical derivatives Dx and Dy to ElasticCurvilinearAnisotropic
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Fri, 27 Sep 2019 13:18:09 -0700 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end