diff runtestsAll.m @ 455:cd571e8ec1fd

Add function to run checkcode on all matlab files
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 12 May 2017 16:19:34 +0200
parents 344bde2f9d9b
children 3230e4cbdbb4
line wrap: on
line diff
--- a/runtestsAll.m	Wed Apr 12 13:01:20 2017 +0200
+++ b/runtestsAll.m	Fri May 12 16:19:34 2017 +0200
@@ -1,6 +1,8 @@
 function res = runtestsAll()
     l = dir();
 
+    warning('Simplify using the ''what'' command')
+
     dirNames = {l([l.isdir]).name};
 
     packages = {};