Comment 6 for bug 1690706

Revision history for this message
Iain Lane (laney) wrote :

It occurs to me that you might be able to do something like

  override_dh_auto_test:
      dbus-run-session -- xvfb-run -a sh -c 'DBUS_SYSTEM_BUS_ADDRESS=$$DBUS_SESSION_BUS_ADDRESS XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp-xdg-runtime-dir dh_auto_test'

That'll probably fail in the same was as it did for me above, but I reckon you'd be able to get a build-time test going like that.