Add initial unit tests for Provider
Largely cribbed from libhandy, thanks due to Guido.
This commit is contained in:
5
debian/rules
vendored
5
debian/rules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user