# HG changeset patch # User Mike Miller # Date 1347057173 14400 # Node ID efbc896c1ecce6ff0ab763e353985ce027935f1e # Parent cc18c566a7cd14a80855c6d71b8e79aee58d1ea7 Disable tests calling imread if not using GraphicsMagick * copyobj.m: Disable tests calling imread if not using GraphicsMagick. diff -r cc18c566a7cd -r efbc896c1ecc scripts/plot/copyobj.m --- 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;