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

gareuselesinge pushed a commit to branch master
in repository coq.

commit 64fa31c7ee53e79b112507fb2eea27dc7648328d
Author: Enrico Tassi <gareuselesi...@debian.org>
Date:   Mon Jul 20 09:53:58 2015 +0200

    enable make test-suite at build time
---
 debian/changelog | 1 +
 debian/rules     | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 23fccd0..ea58654 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 coq (8.5~beta2+dfsg-2) experimental; urgency=medium
 
   * Enable native compiler only on amd64 and i386
+  * Enable 'make test-suite' target
 
  -- Enrico Tassi <gareuselesi...@debian.org>  Mon, 20 Jul 2015 09:51:21 +0200
 
diff --git a/debian/rules b/debian/rules
index de43511..c57e9a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,8 +79,7 @@ endif
 
 .PHONY: override_dh_auto_test
 override_dh_auto_test:
-       # disabled since beta1 does not pass all tests
-       #$(MAKE) test-suite COMPLEXITY=
+       $(MAKE) test-suite COMPLEXITY=
 
 .PHONY: override_dh_auto_install
 override_dh_auto_install:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/coq.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to