On Monday 02 June 2014 12:17:57 Aaron McCarthy wrote: > Hi, > > On Sat, 31 May 2014 20:06:56 Lisandro Damián Nicanor Pérez Meyer wrote: > > On Thursday 29 May 2014 19:57:17 Lisandro Damián Nicanor Pérez Meyer wrote: > > > Hi! While packaging Qt 5.3.0 I'm trying to run all the possible tests I > > > can. > > > > > I'm now stucked with qtlocation: > > [snip] > > Have you installed the plugins prior to running the tests? Or otherwise > ensured that Qt finds the position plugins.
The line I run is: xvfb-run -a dbus-launch --exit-with-session dh_auto_test -- QT_DEBUG_PLUGINS=1 QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib Where: - dh_auto_test runs "make check" - $(CURDIR) is the full path to the submodule's source. - Test are ran after building. - QT_DEBUG_PLUGINS=1 doesn't seems to acknowledge that a plugin is missing (thanks Thiago for the pointer on IRC) > > > I think I might be missing some service running here, as for example I > > > need > > > to setup dbus for the tests to run. > > Most of the tests are generic and don't depend on any particular positioning > service. > > > > Can anyone give me a hint of what could be happening? > > Which plugins are available in the plugins/position directory? There is a > test plugin that provides fake position data which is used by the tests. I'll have to give you the list of compiled plugins tomorrow. Thanks! -- En los momentos de crisis, la imaginación es mas importante que el conocimiento. Albert Einstein Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
