Skip to content
Snippets Groups Projects
Commit 47b717e4 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

debian: Use xfvb-run to run the tests

parent 6ccb9b64
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
override_dh_auto_test:
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
xvfb-run ninja -C _build test
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment