[nfft] 08/16: d/rules: enable testsuite for single and long-double precisions.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu May 5 14:43:48 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository nfft.

commit 8ac153c13bf175cbf78b08008c30c442bab51155
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Apr 11 14:33:53 2016 +0100

    d/rules: enable testsuite for single and long-double precisions.
---
 debian/rules | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7f4b328..1961ed7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,6 +63,18 @@ endif
 override_dh_auto_build-indep:
 	cd $(CURDIR)/build-nfft && make doc
 
+override_dh_auto_test-arch:
+ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
+	dh_auto_test --builddirectory=build-nfft
+	dh_auto_test --builddirectory=build-nfftf
+ifneq (,$(HAVE_FFTWL))
+	dh_auto_test --builddirectory=build-nfftl
+endif
+endif
+
+override_dh_auto_test-indep:
+	# No-op.
+
 override_dh_auto_install-arch:
 	dh_auto_install --arch --builddirectory=build-nfft \
 		--package=libnfft3-double2
@@ -73,19 +85,6 @@ ifneq (,$(HAVE_FFTWL))
 		--package=libnfft3-long2
 endif
 
-override_dh_auto_test-arch:
-ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
-	dh_auto_test --builddirectory=build-nfft
-# Testing for the single and long-double precisions should be disabled until
-# a proper fix is found upstream:
-#
-# https://github.com/NFFT/nfft/issues/17.
-	#dh_auto_test --builddirectory=build-nfftf
-#ifneq (,$(HAVE_FFTWL))
-#	dh_auto_test --builddirectory=build-nfftl
-#endif
-endif
-
 override_dh_installdocs-indep:
 	dh_installdocs --indep
 	dh_doxygen --indep

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/nfft.git



More information about the debian-science-commits mailing list