Package: liburcu Version: 0.8.4-6 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic ubuntu-patch
Hi Jon, I see that with the new upstream version of liburcu, you've re-enabled the tests at build time. This is great! However, when merging 0.8.4-6 into Ubuntu, I noticed that the tests completed a *lot* faster than they did previously. Part of this is because 'make check' no longer runs the benchmark tests, which we don't care about; but it's also because 'make check' doesn't run the regression tests *either*, only a small number of unit tests. I couldn't figure out a sane way to run the regression tests from the upstream build system without also running the benchmark tests, so for the moment I've re-enabled running both in Ubuntu using the attached patch. Maybe override_dh_auto_test should just invoke runall.sh directly or something, I don't know. Cheers, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
=== modified file 'debian/rules' --- debian/rules 2014-05-28 15:17:56 +0000 +++ debian/rules 2014-07-10 05:32:39 +0000 @@ -14,3 +14,6 @@ override_dh_makeshlibs: dh_makeshlibs -V + +override_dh_auto_test: + dh_auto_test -- regtest