[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, master, updated. debian/1.4.3-1-12-gc625581

Stephane Glondu steph at glondu.net
Thu Jul 11 09:23:07 UTC 2013


The following commit has been merged in the master branch:
commit 78909928ae57954b18cb4ac90e8a5b24ed585f37
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jul 6 14:26:24 2013 +0200

    Disable qtest-based tests

diff --git a/debian/patches/0003-Disable-qtest-based-tests.patch b/debian/patches/0003-Disable-qtest-based-tests.patch
new file mode 100644
index 0000000..e5b5aa0
--- /dev/null
+++ b/debian/patches/0003-Disable-qtest-based-tests.patch
@@ -0,0 +1,31 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Sat, 6 Jul 2013 14:26:16 +0200
+Subject: Disable qtest-based tests
+
+---
+ Makefile |    6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index d56a3ca..e39a2ba 100644
+--- a/Makefile
++++ b/Makefile
+@@ -174,15 +174,13 @@ qtest: prefilter qtest-clean
+ ### run all unit tests
+ ##############################################
+ 
+-test-byte: prefilter _build/testsuite/main.byte _build/$(QTESTDIR)/all_tests.byte
++test-byte: prefilter _build/testsuite/main.byte
+ 	@_build/testsuite/main.byte
+ 	@echo "" # newline after "OK"
+-	@_build/$(QTESTDIR)/all_tests.byte
+ 
+-test-native: test-byte _build/testsuite/main.native _build/$(QTESTDIR)/all_tests.native
++test-native: test-byte _build/testsuite/main.native
+ 	@_build/testsuite/main.native
+ 	@echo "" # newline after "OK"
+-	@_build/$(QTESTDIR)/all_tests.native
+ 
+ full-test: $(TEST_TARGET)
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 3c0d664..013263b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Do-not-enforce-sanity-check-rules.patch
 0002-Do-not-call-git-in-clean-rule.patch
+0003-Disable-qtest-based-tests.patch

-- 
ocaml-batteries packaging



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