#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := preview tools services/cosmos-db/mongodb

%:
	dh $@ --buildsystem=golang

override_dh_auto_test:
	DH_GOLANG_EXCLUDES="$(DH_GOLANG_EXCLUDES) storage profiles" dh_auto_test
