#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := sylabs/sif/test

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


override_dh_auto_test:
	DH_GOLANG_EXCLUDES="app/siftool pkg/integrity pkg/sif $(DH_GOLANG_EXCLUDES)" \
	dh_auto_test --builddirectory=_build --buildsystem=golang
