#!/usr/bin/make -f

%:
	dh $@ --parallel

override_dh_auto_test:
	test f66431c66b437c78523bc07b872b9a7b = $$(./codespell.py example/ | md5sum | cut -f1 -d\ )
