#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	# don't set FORMATTER_TESTING=1; would need the whole texlive-xetex
	FORMATTER_TESTING=1 BIBTEX_TESTS=1 dh_auto_test
