#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with=yang --with=python3,systemd

override_dh_auto_test:
	python3 -m unittest unittests
