[jblas] 22/24: enable tests

Tony Mancill tmancill at moszumanska.debian.org
Sun Jan 5 05:45:59 UTC 2014


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

tmancill pushed a commit to branch master
in repository jblas.

commit c43042a83c6104f27f0b77cc72245461907518bc
Author: tony mancill <tmancill at debian.org>
Date:   Sat Jan 4 12:29:08 2014 -0800

    enable tests
---
 debian/control | 2 +-
 debian/rules   | 9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 8cf06e5..da9d976 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Soeren Sonnenburg <sonne at debian.org>,
  Torsten Werner <twerner at debian.org>
 Build-Depends: cdbs, debhelper (>= 9), default-jdk, ant-optional, gfortran,
- libatlas-base-dev, ruby, locales
+ libatlas-base-dev, ruby, locales, junit4
 Standards-Version: 3.9.5
 Section: science
 Homepage: http://jblas.org
diff --git a/debian/rules b/debian/rules
index 5c62072..b88efb9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,14 @@ JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_ANT_BUILDFILE    := build.xml
 DEB_ANT_BUILD_TARGET := minimal-jar javadoc
 DEB_ANT_CLEAN_TARGET := clean clean-jars
-DEB_JARS := ant-nodeps.jar
+DEB_ANT_CHECK_TARGET := test
+DEB_JARS := ant-nodeps.jar junit4.jar ant-junit4.jar ant-junit.jar
+
+# tell CDBS to be more verbose
+DEB_VERBOSE_ALL := true
+
+# override DEB_ANT_INVOKE
+#DEB_ANT_INVOKE := export LOCPATH=$(CURDIR)/debian/tmp/locale/ && export LC_ALL=en_US.UTF-8 && $(DEB_ANT_INVOKE)
 
 clean::
 	make clean || true

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jblas.git



More information about the pkg-java-commits mailing list