1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
export DH_GOLANG_EXCLUDES := cmd
export DH_GOLANG_INSTALL_EXTRA := tests/data
%:
dh $@ --builddirectory=_build --buildsystem=golang
execute_before_dh_auto_test:
rm -fv _build/src/github.com/foxboron/go-uefi/tests/integration_test.go
rm -fv _build/src/github.com/foxboron/go-uefi/tests/tests/enroll_keys/enroll_keys_test.go
rm -fv _build/src/github.com/foxboron/go-uefi/tests/tests/modify_dbx/modify_dbx_test.go
rm -fv _build/src/github.com/foxboron/go-uefi/tests/tests/remove_pk/remove_pk_test.go
rm -fv _build/src/github.com/foxboron/go-uefi/tests/tests/secure_boot_enabled/secure_boot_enabled_test.go
|