From e1dee13019c1aa6fd9bc3cf7dc91c7e7b5424f7a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 25 May 2015 19:37:01 +0100 Subject: [PATCH 1/1] debian/rules: Run tests twice, once without any detected CPU features. --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.11.0