[Pkg-octave-commit] [octave-interval] 03/07: d/check.m: Enable supplementary unit tests for verification

Oliver Heimlich oheim-guest at moszumanska.debian.org
Sun Sep 27 11:19:08 UTC 2015


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

oheim-guest pushed a commit to branch master
in repository octave-interval.

commit 846084ce5fa0d7661cbacdbfec3230721327afac
Author: Oliver Heimlich <oheim at posteo.de>
Date:   Sun Sep 27 12:20:58 2015 +0200

    d/check.m: Enable supplementary unit tests for verification
---
 debian/check.m | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/check.m b/debian/check.m
new file mode 100644
index 0000000..3203b2f
--- /dev/null
+++ b/debian/check.m
@@ -0,0 +1,7 @@
+## The interval package contains additional .tst files,
+## which are not checked by default.
+disp ("Checking supplementary TST files ...");
+for file = {dir("./inst/test/*.tst").name}
+    disp (strcat ("[", file{1}, "]"));
+    test (file{1});
+endfor

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



More information about the Pkg-octave-commit mailing list