Mercurial > repos > public > sbplib
view runtestsPackage.m @ 509:566304a5733e feature/quantumTriangles
changed the magnus midpoint rule
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Fri, 02 Jun 2017 17:43:59 +0200 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end