view runtestsPackage.m @ 1307:fcca6ad8b102 feature/poroelastic

Add diffOp for viscoElastic
author Martin Almquist <malmquist@stanford.edu>
date Sun, 19 Jul 2020 20:30:16 -0700
parents 276dcccf6155
children 3230e4cbdbb4
line wrap: on
line source

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