meson: Fix plugin path when running test
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 24 Mar 2017 20:16:26 +0000 (16:16 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 24 Mar 2017 20:16:26 +0000 (16:16 -0400)
commit3d9b04c8cc923a2678589c9ecd8a0a0875ef6698
tree6aee42072d93e4d40e50444ae237bc89bd00ba45
parentd81a6da7020761d3922db66baa5f20bf0a2aa5ce
meson: Fix plugin path when running test

The path was only adding the build root. We need to also add the
prefix for the case we work with installed setup. As the search is
recursive, I had to remove any subdirectory to the already present build
root.
tests/check/meson.build