Mercurial > repos > public > sbplib
view runtestsPackage.m @ 667:ed853945ee99 feature/poroelastic
Make free BC work with data. Bugfix domain size.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 20 Dec 2017 06:52:17 +0100 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end