[Pkg-octave-commit] r2961 - octave-forge-pkgs/octave-integration/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Wed Apr 15 14:00:31 UTC 2009


Author: rafael
Date: 2009-04-15 14:00:27 +0000 (Wed, 15 Apr 2009)
New Revision: 2961

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

Added: octave-forge-pkgs/octave-integration/trunk/debian/check.m
===================================================================
--- octave-forge-pkgs/octave-integration/trunk/debian/check.m	                        (rev 0)
+++ octave-forge-pkgs/octave-integration/trunk/debian/check.m	2009-04-15 14:00:27 UTC (rev 2961)
@@ -0,0 +1,6 @@
+test_scripts = {"run2dtests", "test_ncrule", "test_quadg"};
+for i = 1 : length (test_scripts)
+  file = sprintf ("inst/test/%s.m", test_scripts {i});
+  printf ("[%s]\n", file);
+  source (file)
+endfor




More information about the Pkg-octave-commit mailing list