Mercurial > repos > public > sbplib
view runtestsPackage.m @ 601:5df7f99206b2 feature/grids
SBPInTimeImplicitFormulation: Fix bug in calculation of forcing function
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 28 Sep 2017 11:14:34 +0200 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end