#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_test:
	emacs --batch -Q \
		-L . \
		-l test-ctable.el

.PHONY: override_dh_auto_test
