#!/usr/bin/make -f

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

# test expects hugetllb tests to fail, but it doesn't on my laptop
# TODO: find out why or disable the tests
override_dh_auto_test:
	-dh_auto_test
