commit | e565b405695d2dbcfbf0fd228fe8885ff522ae84 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Dec 14 16:19:43 2012 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Dec 14 16:34:00 2012 -0500 |
tree | f9d09da31649e416bc65a42a2a9fc5e77af441d6 | |
parent | 6c01c9c51f612fa6ef12f2eb23f82fb9a190b02e [diff] |
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.