Mercurial > repos > public > sbplib
view runtestsPackage.m @ 507:1341e8580d64 feature/quantumTriangles
Start over with the non-symmetric shrodnger to ceep track of changes.
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Mon, 29 May 2017 14:07:55 +0200 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end