Mercurial > repos > public > sbplib
view runtestsPackage.m @ 510:71908bbce2e1 feature/quantumTriangles
tried to add 4th order magnus integrator which does not work
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Fri, 02 Jun 2017 17:46:01 +0200 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end