[Pkg-octave-commit] r1418 - octave-forge-pkgs/octave-signal/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Wed Mar 19 22:12:38 UTC 2008


Author: rafael
Date: 2008-03-19 22:12:28 +0000 (Wed, 19 Mar 2008)
New Revision: 1418

Added:
   octave-forge-pkgs/octave-signal/trunk/debian/check.m
Log:
Add unit test script

Added: octave-forge-pkgs/octave-signal/trunk/debian/check.m
===================================================================
--- octave-forge-pkgs/octave-signal/trunk/debian/check.m	                        (rev 0)
+++ octave-forge-pkgs/octave-signal/trunk/debian/check.m	2008-03-19 22:12:28 UTC (rev 1418)
@@ -0,0 +1,46 @@
+disp ("[filtic]")
+test filtic
+disp ("[sgolay]")
+test sgolay
+disp ("[specgram]")
+test specgram
+disp ("[upsample]")
+test upsample
+disp ("[rectpuls]")
+test rectpuls
+disp ("[sos2zp]")
+test sos2zp
+disp ("[tripuls]")
+test tripuls
+disp ("[residued]")
+test residued
+disp ("[pulstran]")
+test pulstran
+disp ("[downsample]")
+test downsample
+disp ("[zp2sos]")
+test zp2sos
+disp ("[residuez]")
+test residuez
+disp ("[triang]")
+test triang
+disp ("[idst]")
+test idst
+disp ("[convmtx]")
+test convmtx
+disp ("[dst]")
+test dst
+disp ("[grpdelay]")
+test grpdelay
+disp ("[cplxreal]")
+test cplxreal
+disp ("[rceps]")
+test rceps
+disp ("[sos2tf]")
+test sos2tf
+disp ("[czt]")
+test czt
+disp ("[tf2sos]")
+test tf2sos
+disp ("[fir1]")
+test fir1




More information about the Pkg-octave-commit mailing list