Mercurial > repos > public > sbplib
view runtestsPackage.m @ 1138:afd06a84b69c feature/laplace_curvilinear_test
Bugfixes in VirtaMin.interfaceStandard()
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Mon, 10 Jun 2019 14:39:14 +0200 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end