#!/usr/bin/make -f

%:
	dh $@ --with nodejs

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	node test/test.js
endif
