#!/usr/bin/make -f

%:
	dh $@ --with=javahelper

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	debian/run-build-tests
endif
