#!/usr/bin/make -f

# need test fixtures
export DH_GOLANG_INSTALL_ALL := 1

override_dh_auto_test:
	# TODO figure out why these tests fail to compile
	DH_GOLANG_EXCLUDES='server/storage' \
		dh_auto_test

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