From 3a1a6c353881dca502bcd32026c5a566474c8354 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 6 Jul 2017 11:14:05 +0100 Subject: [PATCH] debian/rules: Add a comment explaining why we do weird test things. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index e64e6b43..d93449af 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f %:; dh $@ --parallel -Bdebian/build +## Test both with and without CPU-specific optimizations. override_dh_auto_test: dh_auto_test --parallel -Bdebian/build CATACOMB_CPUFEAT="-*" dh_auto_test --parallel -Bdebian/build -- 2.11.0