#!/usr/bin/make -f export DH_GOLANG_INSTALL_EXTRA := test %: dh $@ --builddirectory=_build --buildsystem=golang --with=golang override_dh_auto_test: # === RUN TestInTotoVerifyPass/verifying_with_only_DSSE_metadata # verifylib_test.go:95: layout has expired on '2023-06-03 13:25:20 +0000 UTC' # --- FAIL: TestInTotoVerifyPass (0.04s) # --- PASS: TestInTotoVerifyPass/metablock_layout (0.02s) # --- PASS: TestInTotoVerifyPass/DSSE_layout (0.02s) # --- FAIL: TestInTotoVerifyPass/verifying_with_only_DSSE_metadata (0.00s) # === RUN TestGetSummaryLink rm -f _build/src/github.com/in-toto/in-toto-golang/in_toto/verifylib_test.go dh_auto_test $(DH_BUILD_OPTS)