view runtestsPackage.m @ 1324:56439c1a49b4 feature/laplace1d_variable

Bugifx penalty sign.
author Martin Almquist <malmquist@stanford.edu>
date Sun, 27 Jun 2021 16:19:28 +0200
parents 3230e4cbdbb4
children
line wrap: on
line source

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