diff scripts/general/flipdim.m @ 19190:38b9849cd907

flipdim.m: Remove alias m-file from list of functions requiring %!tests. * flipdim.m: Add a single null test to mark this file as covered by BIST tests.
author Rik <rik@octave.org>
date Tue, 23 Sep 2014 20:55:42 -0700
parents 9220669832df
children cbce5d1bcaf9
line wrap: on
line diff
--- a/scripts/general/flipdim.m	Wed Sep 24 00:06:59 2014 +0100
+++ b/scripts/general/flipdim.m	Tue Sep 23 20:55:42 2014 -0700
@@ -34,3 +34,8 @@
 function y = flipdim (varargin)
   y = flip (varargin{:});
 endfunction
+
+
+## No tests needed for alias.  All tests for functionality are in flip.m
+%!assert (1)
+