[Pkg-octave-commit] [octave-ltfat] 02/04: d/check.m: Use the upstream unit testing script

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Thu Oct 9 17:01:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository octave-ltfat.

commit 3392cdff6bdf3266a30030d7b9dd2ed5d74d5510
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Thu Oct 9 11:49:45 2014 -0300

    d/check.m: Use the upstream unit testing script
---
 debian/check.m | 63 ++--------------------------------------------------------
 1 file changed, 2 insertions(+), 61 deletions(-)

diff --git a/debian/check.m b/debian/check.m
index e8f15bf..a75bb3e 100644
--- a/debian/check.m
+++ b/debian/check.m
@@ -1,61 +1,2 @@
-addpath ([pwd(),"/inst"]);
-
-graphics_toolkit gnuplot;
-
-## Avoid call of frsynabs with BFGS method, which would require
-## the minFunc suite.
-
-demos = {
-    "audiocompression",
-    "audiodenoise",
-    "audioshrink",
-    "auditoryfilterbank",
-    "audscales",
-    "dgt",
-    "firwin",
-    "framemul",
-    "gabfir",
-    "gablasso",
-    "gabmixdual",
-    "gabmulappr",
-    "imagecompression",
-    "nextfastfft",
-    "nsdgt",
-    "ofdm",
-    "pbspline",
-    "pgauss",
-    "phaseplot"
-};
-
-cd inst/demos
-
-for i = 1 : length (demos)
-    file = sprintf ("demo_%s.m", demos {i});
-    printf ("[%s]\n", file);
-    fflush (stdout);
-    source (file);
-endfor
-
-## wavfile = "../signals/gspi.wav";
-
-## blockproc_demos = {
-##     "basicloop",
-##     "denoising",
-##     "dgtequalizer",
-##     "paramequalizer",
-##     "pitchshift",
-##     "slidingcqt",
-##     "slidingerblets",
-##     "slidingsgram"
-## };
-
-## ### Override blockplay
-## function blockplay (f)
-## endfunction
-
-## for i = 1 : length (demos)
-##     func = sprintf ("demo_blockproc_%s", blockproc_demos {i});
-##     printf ("[%s]\n", func);
-##     fflush (stdout);
-##     eval (sprintf ("%s (wavfile);", func))
-## endfor
+disp ("[running test_all_ltfat]");
+test_all_ltfat ();

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-ltfat.git



More information about the Pkg-octave-commit mailing list