changeset 19209:cd554c5b65ee

Mark __clabel__ and __getlegenddata__ as internal functions not requiring BIST. * __clabel__.m, __getlegenddata__.m: Add %!assert (1) to remove scripts from requiring a BIST test.
author Rik <rik@octave.org>
date Sat, 27 Sep 2014 21:50:29 -0700
parents 6f3e922c5197
children cebe737fd039
files scripts/plot/appearance/__clabel__.m scripts/plot/appearance/__getlegenddata__.m
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/appearance/__clabel__.m	Sat Sep 27 21:46:52 2014 -0700
+++ b/scripts/plot/appearance/__clabel__.m	Sat Sep 27 21:50:29 2014 -0700
@@ -127,3 +127,7 @@
 
 endfunction
 
+
+## No test needed for internal helper function.
+%!assert (1)
+
--- a/scripts/plot/appearance/__getlegenddata__.m	Sat Sep 27 21:46:52 2014 -0700
+++ b/scripts/plot/appearance/__getlegenddata__.m	Sat Sep 27 21:50:29 2014 -0700
@@ -59,3 +59,7 @@
 
 endfunction
 
+
+## No test needed for internal helper function.
+%!assert (1)
+