Mercurial > repos > public > sbplib
view runtestsPackage.m @ 217:fc07ebc49412 feature/beams
noname: Changed convergence to use grids in the representation of the solutions.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 27 Jun 2016 13:23:46 +0200 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end