tests: Pass --backend so the test suite runs with the right modules
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 14 Dec 2012 21:19:43 +0000 (16:19 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 14 Dec 2012 21:34:00 +0000 (16:34 -0500)
commite565b405695d2dbcfbf0fd228fe8885ff522ae84
treef9d09da31649e416bc65a42a2a9fc5e77af441d6
parent6c01c9c51f612fa6ef12f2eb23f82fb9a190b02e
tests: Pass --backend so the test suite runs with the right modules

Without this we try to load the installed backends, which is nasty for
regular runs, and just doesn't work for make distcheck, which sets
prefix to $PWD/_inst.  This makes sure we load the right backend
and make distcheck pass.  Other modules (xwayland, shells etc) just don't
get loaded for distcheck and for make check we still try to load the
installed modules.
tests/weston-tests-env