#!/usr/bin/make -f

BUILDDIR = _build

%:
	dh $@ --builddirectory=$(BUILDDIR) --buildsystem=golang --with=golang

override_dh_auto_test:
	-dh_auto_test