Add initial unit tests for Provider

Largely cribbed from libhandy, thanks due to Guido.
This commit is contained in:
Bob Ham
2018-06-11 12:46:08 +01:00
parent 0a7330a7de
commit b17ee0c16e
6 changed files with 187 additions and 19 deletions

5
debian/rules vendored
View File

@@ -4,3 +4,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ -- -B_build
override_dh_auto_test:
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
xvfb-run ninja -C _build test
endif