Mercurial > repos > public > sbplib
view runtestsPackage.m @ 502:2d5dea05456d feature/quantumTriangles
An attempt to add the exponential integrators
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Tue, 16 May 2017 08:57:54 +0200 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end