view runtestsPackage.m @ 1212:5c5815af4b7a feature/poroelastic

Add new implementation of Laplace curvilinear
author Martin Almquist <malmquist@stanford.edu>
date Mon, 14 Oct 2019 13:49:50 -0700
parents 276dcccf6155
children 3230e4cbdbb4
line wrap: on
line source

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