#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_auto_test:
	dh_auto_test -- test --all
	rm -rfv test_files/runtime-good
	rm -rfv test_files/user/cache/myapp
