[bouncycastle] 03/03: Build the tests. Try to run them...
Markus Koschany
apo-guest at moszumanska.debian.org
Thu Dec 10 23:19:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch jessie-security
in repository bouncycastle.
commit f683c697a31d59f62931bea277ef12ce791a6fe1
Author: Markus Koschany <apo at debian.org>
Date: Fri Dec 11 00:19:13 2015 +0100
Build the tests. Try to run them...
---
debian/rules | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index ba09cb1..4731227 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,9 +11,13 @@ BUILD_DIR = build/artifacts/jdk1.5
JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := junit javax.mail
DEB_ANT_BUILDFILE := jdk15+.xml
-DEB_ANT_BUILD_TARGET := build-provider build
+DEB_ANT_BUILD_TARGET := build-provider build build-test test
DEB_INSTALL_CHANGELOGS_ALL := releasenotes.html
+configure/libbcprov-java::
+ mkdir -p build/artifacts/jdk1.5/jars
+ ln -s /usr/share/java/ant-junit-1.9.4.jar build/artifacts/jdk1.5/jars/ant-junit.jar
+ ln -s /usr/share/java/junit.jar build/artifacts/jdk1.5/jars/junit.jar
clean::
mh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bouncycastle.git
More information about the pkg-java-commits
mailing list