From: Mark Wooding Date: Mon, 25 May 2015 18:37:01 +0000 (+0100) Subject: debian/rules: Run tests twice, once without any detected CPU features. X-Git-Tag: 2.2.3~1^2~22^2~16 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/e1dee13019c1aa6fd9bc3cf7dc91c7e7b5424f7a debian/rules: Run tests twice, once without any detected CPU features. --- diff --git a/debian/rules b/debian/rules index cec98bbe..e64e6b43 100755 --- a/debian/rules +++ b/debian/rules @@ -1,2 +1,6 @@ #! /usr/bin/make -f %:; dh $@ --parallel -Bdebian/build + +override_dh_auto_test: + dh_auto_test --parallel -Bdebian/build + CATACOMB_CPUFEAT="-*" dh_auto_test --parallel -Bdebian/build