#!/usr/bin/make -f

%:
	dh $@

# No need to build if tests are not ran
ifeq (nocheck,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_build:
endif

override_dh_auto_test:
	./exprtk_test
