view runtestsPackage.m @ 209:4fc2631477a3 feature/grids

Removed old versions of blockmatrix implementations.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 16 Jun 2016 09:06:57 +0200
parents 276dcccf6155
children 3230e4cbdbb4
line wrap: on
line source

function res = runtestsPackage(pkgName)
    ts = matlab.unittest.TestSuite.fromPackage(pkgName);
    res = ts.run();
end