view runtestsPackage.m @ 639:021caf7194b8 feature/d1_staggered

Bug fix grid spacing in d1 staggered implementations.
author Martin Almquist <malmquist@stanford.edu>
date Fri, 10 Nov 2017 15:57:47 -0800
parents 276dcccf6155
children 3230e4cbdbb4
line wrap: on
line source

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