Allan LeSage has proposed merging lp:~allanlesage/kubuntu-packaging/qtjsbackend-enable-tests into lp:~kubuntu-packagers/kubuntu-packaging/qtjsbackend-opensource-src.
Requested reviews: Timo Jyrinki (timo-jyrinki) For more details, see: https://code.launchpad.net/~allanlesage/kubuntu-packaging/qtjsbackend-enable-tests/+merge/200272 This is the absolute minimum to run make check under debian build--much more is necessary to wrangle this project into full debian-test-coverage mode :) , however the code-generation phase and the pending gypsy/SCons transition may delay this? Regardless this passes the small set of core tests under pdebuild. We'd like to return and to complete during this cycle. . . . -- https://code.launchpad.net/~allanlesage/kubuntu-packaging/qtjsbackend-enable-tests/+merge/200272 Your team Kubuntu Packagers is subscribed to branch lp:~kubuntu-packagers/kubuntu-packaging/qtjsbackend-opensource-src.
=== modified file 'debian/rules' --- debian/rules 2013-08-30 06:29:09 +0000 +++ debian/rules 2014-01-02 05:04:33 +0000 @@ -22,6 +22,10 @@ # Remove libtool-like files rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la +override_dh_auto_test: + export LD_LIBRARY_PATH=$(CURDIR)/lib + cd tests/auto/ && ( test -e Makefile || qmake auto.pro -o Makefile ) && make -f Makefile check + override_dh_install: dh_install --fail-missing
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
