[Pkg-octave-commit] [SCM] Debian packaging for octave-gsl branch, master, updated. 45c8205fe5cbd35af312072a6bab3b54f81242fd

Rafael Laboissiere rafael at laboissiere.net
Sat Mar 10 12:48:43 UTC 2012


The following commit has been merged in the master branch:
commit 2fd9117b1a0fe5449fdb7f9002396c4631e6821f
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sat Mar 10 13:44:20 2012 +0100

    Add script for checking the functions ellint and hyperg

diff --git a/debian/check.m b/debian/check.m
new file mode 100644
index 0000000..4d9d337
--- /dev/null
+++ b/debian/check.m
@@ -0,0 +1,6 @@
+cd inst
+dirs = {"ellint", "hyperg"};
+for i = 1 : length (dirs)
+    printf ("[%s]\n", dirs {i})
+    source (sprintf ("test_%s.m", dirs {i}))
+endfor

-- 
Debian packaging for octave-gsl



More information about the Pkg-octave-commit mailing list