Mercurial > repos > public > sbplib
view runtestsPackage.m @ 1159:1ad7da049b50 feature/rv
Fix bug using 2d maximum neighborhood in 1d
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 25 Jun 2019 15:04:53 +0200 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end