debian/rules: Add a comment explaining why we do weird test things.
[catacomb] / debian / rules
1 #! /usr/bin/make -f
2 %:; dh $@ --parallel -Bdebian/build
3
4 ## Test both with and without CPU-specific optimizations.
5 override_dh_auto_test:
6 dh_auto_test --parallel -Bdebian/build
7 CATACOMB_CPUFEAT="-*" dh_auto_test --parallel -Bdebian/build