changeset 15328:efbc896c1ecc

Disable tests calling imread if not using GraphicsMagick * copyobj.m: Disable tests calling imread if not using GraphicsMagick.
author Mike Miller <mtmiller@ieee.org>
date Fri, 07 Sep 2012 18:32:53 -0400
parents cc18c566a7cd
children 719ffb2f35a6
files scripts/plot/copyobj.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/copyobj.m	Fri Sep 07 18:24:08 2012 -0400
+++ b/scripts/plot/copyobj.m	Fri Sep 07 18:32:53 2012 -0400
@@ -95,7 +95,7 @@
 %!      'HorizontAlalignment', 'Center', 'Rotation', 30);
 %! hnew = copyobj (hdl);
 
-%!test
+%!testif HAVE_MAGICK
 %! h1 = figure ();
 %! set (h1, "visible", "off");
 %! x = 0:0.1:2*pi;