#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := golang.org/x/debug/tests/peek golang.org/x/debug/cmd/debugproxy

override_dh_auto_test:
	# Various tests currently fail. Given how sparely documented the
	# package is, it probably makes more sense to come back later.

%:
	dh $@ --buildsystem=golang --with=golang
