Mercurial > repos > public > sbplib
view runtestsPackage.m @ 518:4709f2329372 feature/quantumTriangles
Added J to propertied
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Mon, 07 Aug 2017 09:02:49 +0200 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end