[Pkg-ocaml-maint-commits] [approx] 02/03: fix build failure for tests on architectures lacking ocamlopt

Eric Cooper ecc at cmu.edu
Sun Dec 4 18:37:29 UTC 2016


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

ecc-guest pushed a commit to branch master
in repository approx.

commit 7fae7c9a7f465d6cd0154a90eadc4286aed48374
Author: Eric Cooper <ecc at cmu.edu>
Date:   Sun Dec 4 13:28:58 2016 -0500

    fix build failure for tests on architectures lacking ocamlopt
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 5d708b5..94e3b9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,7 @@
 ifeq ($(wildcard /usr/bin/ocamlopt),)
 override_dh_auto_build:
 	$(MAKE) TARGET=byte
+
+override_dh_auto_test:
+	$(MAKE) TARGET=byte test
 endif

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



More information about the Pkg-ocaml-maint-commits mailing list