Bug#722718: Please enable tests

2013-09-20 Thread Lisandro Damián Nicanor Pérez Meyer
On Friday 20 September 2013 17:16:15 Lisandro Damián Nicanor Pérez Meyer wrote: > On Friday 20 September 2013 19:37:06 Dmitry Shachnev wrote: > > These patches do not honor DEB_BUILD_OPTIONS=nqu. If you > > override dh_auto_test, you should do it like this: > > > > ifeq (,$(filter nocheck,$(DEB_B

Bug#722718: Please enable tests

2013-09-20 Thread Lisandro Damián Nicanor Pérez Meyer
On Friday 20 September 2013 19:37:06 Dmitry Shachnev wrote: > These patches do not honor DEB_BUILD_OPTIONS=nqu. If you > override dh_auto_test, you should do it like this: > > ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) > override_dh_auto_test: > xvfb-run -a make check QT_PLUGIN_PATH=$(CU

Bug#722718: Please enable tests

2013-09-20 Thread Dmitry Shachnev
These patches do not honor DEB_BUILD_OPTIONS=nocheck. If you override dh_auto_test, you should do it like this: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: xvfb-run -a make check QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib endif Lisandro, can