debian/rules: Add a comment explaining why we do weird test things.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 6 Jul 2017 10:14:05 +0000 (11:14 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 6 Jul 2017 10:14:05 +0000 (11:14 +0100)
debian/rules

index e64e6b4..d93449a 100755 (executable)
@@ -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