#!/usr/bin/make -f # Add resources needed for testing export DH_GOLANG_INSTALL_EXTRA := test_resources/ %: dh $@ --builddirectory=_build --buildsystem=golang --with=golang # https://github.com/andybalholm/cascadia/issues/69 SKIP=TestSelectors override_dh_auto_test: -dh_auto_test $(DH_BUILD_OPTS) -- -run $(SKIP) dh_auto_test $(DH_BUILD_OPTS) -- -skip $(SKIP)