symm/ocb1.h, symm/pmac1.h, ...: Implement PMAC1 and OCB1.
[catacomb] / debian / rules
CommitLineData
2ee993fe 1#! /usr/bin/make -f
91500ba6
MW
2DH_OPTIONS = --parallel -Bdebian/build
3%:; dh $@ $(DH_OPTIONS)
e1dee130 4
3a1a6c35 5## Test both with and without CPU-specific optimizations.
e1dee130 6override_dh_auto_test:
f53c5113
MW
7 dh_auto_test $(DH_OPTIONS)
8 CATACOMB_CPUFEAT="-*" dh_auto_test $(DH_OPTIONS)