[Pkg-octave-commit] [octave] 04/06: Ensure that testsuite is run.

Sébastien Villemot sebastien at moszumanska.debian.org
Fri Dec 20 23:34:11 UTC 2013


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

sebastien pushed a commit to branch master
in repository octave.

commit 00fa6db5f50f103029d8d1e690faecd1ad0acad7
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Dec 20 21:47:51 2013 +0100

    Ensure that testsuite is run.
    
    Git-Dch: Ignore
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index cda4971..3698155 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,10 @@ clean:
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-openmp --with-java-homedir=/usr/lib/jvm/default-java/
 
+# dh_auto_test tries to run "make test", so override it
+override_dh_auto_test:
+	make check
+
 # override normal dh_compress call to avoid compressing .pdf files
 override_dh_compress:
 	dh_compress -O--parallel --exclude=.pdf

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



More information about the Pkg-octave-commit mailing list