Mercurial > repos > public > sbplib
view runtestsPackage.m @ 700:de7f665e1d00 feature/optim
add hamiltonian closures
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Mon, 16 Oct 2017 16:51:22 +0200 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end