#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --buildsystem=meson

override_dh_auto_test:
	echo "Tests are not performed here"

