[med-svn] [libzstd] 06/14: Skip long-running tests

Kevin Murray daube-guest at moszumanska.debian.org
Thu Dec 17 06:13:31 UTC 2015


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

daube-guest pushed a commit to branch master
in repository libzstd.

commit e3610fab3cb19635ce903e1853c1e375a0dc3ab1
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Tue Dec 1 14:41:22 2015 +1100

    Skip long-running tests
---
 debian/patches/0001-Skip-long-running-tests.patch | 27 +++++++++++++++++++++++
 debian/patches/series                             |  1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/0001-Skip-long-running-tests.patch b/debian/patches/0001-Skip-long-running-tests.patch
new file mode 100644
index 0000000..3b2afb1
--- /dev/null
+++ b/debian/patches/0001-Skip-long-running-tests.patch
@@ -0,0 +1,27 @@
+From: Kevin Murray <spam at kdmurray.id.au>
+Date: Tue, 1 Dec 2015 14:40:58 +1100
+Subject: Skip long-running tests
+
+---
+ programs/Makefile | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/programs/Makefile b/programs/Makefile
+index 9d73cb9..0921590 100644
+--- a/programs/Makefile
++++ b/programs/Makefile
+@@ -145,11 +145,11 @@ uninstall:
+ 	[ -f $(DESTDIR)$(MANDIR)/zstd.1 ] && rm -f $(DESTDIR)$(MANDIR)/zstd.1
+ 	@echo zstd programs successfully uninstalled
+ 
+-test: test-zstd test-fullbench test-fuzzer test-zbuff
++test: test-zstd
+ 
+-test32: test-zstd32 test-fullbench32 test-fuzzer32 test-zbuff32
++test32: test-zstd32
+ 
+-test-all: test test32 valgrindTest
++test-all: test test32
+ 
+ zstd-playTests: datagen
+ 	@echo "\n**** frame concatenation **** "
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9d8209a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Skip-long-running-tests.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libzstd.git



More information about the debian-med-commit mailing list