#!/usr/bin/make -f

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

override_dh_auto_test:
	@echo "TestDiagnosticPeriodicEventHasEventCounters is skipped because it raises an error:"
	@echo "JSON property eventsInLastBatch did not equal 3"
	@echo "TestDiagnosticPeriodicEventsAreSent is skipped because it raises an error:"
	@echo "JSON property creationDate was not an int or was negative"
	dh_auto_test -- -skip='TestDiagnosticPeriodicEventHasEventCounters|TestDiagnosticPeriodicEventsAreSent'
