[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#657043: Hurd: please reenable the test suite



Package: apr-util
Version: 1.4.1-1
Severity: wishlist
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd

Hi,

as a consequence of #530287, more than two years ago the test suite has
been disabled on Hurd.
Given that
a) the sqlite2 backend is not compiled anymore
b) I just had a successful build of apr-util with test suite enabled
could you please reenable the test suite on Hurd?
(Attached there is a patch for it.)

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -45,12 +45,6 @@
 	TEST_TARGET =
 endif
 
-# disable tests on hurd until they are fixed (see #530287)
-DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
-ifeq (hurd, $(DEB_HOST_ARCH_OS))
-	TEST_TARGET =
-endif
-
 ifeq ($(DEB_BUILD_ARCH),i386)
         CONFFLAGS=apr_lock_method=USE_PROC_PTHREAD_SERIALIZE
 else

Reply to: