#!/usr/bin/make -f

ifeq ($(shell nproc),1)
export BOOST_TEST_RUN_FILTERS = !stress*
endif

%:
	dh $@ -Smeson
