diff scripts/geometry/griddata.m @ 8153:ec0a13863eb7

Only run tests that depend on HDF5 and QHull if Octave was actually linked against these libraries.
author Soren Hauberg <hauberg@gmail.com>
date Fri, 26 Sep 2008 13:23:02 -0400
parents a1dbe9d80eee
children cadc73247d65
line wrap: on
line diff
--- a/scripts/geometry/griddata.m
+++ b/scripts/geometry/griddata.m
@@ -125,7 +125,7 @@
   endif
 endfunction
 
-%!test
+%!testif HAVE_QHULL
 %! [xx,yy]=meshgrid(linspace(-1,1,32));
 %! x = xx(:);
 %! x = x + 10 * (2 * round(rand(size(x))) - 1) * eps;