#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := example

%:
	dh $@ --builddirectory=_build --buildsystem=golang

# runtime: out of memory: cannot allocate 1073741824-byte block (3225026560 in use)
SKIP=TestBindBiggerThanMaxMessageBodyLen|TestQueryBiggerThanMaxMessageBodyLen
override_dh_auto_test:
	dh_auto_test $(DH_BUILD_OPTS) -- -skip="$(SKIP)"
