tests: remove static data from ivi-layout-test-plugin
authorPekka Paalanen <pekka.paalanen@collabora.com>
Tue, 5 Nov 2019 14:32:18 +0000 (16:32 +0200)
committerDaniel Stone <daniel@fooishbar.org>
Thu, 21 Nov 2019 16:24:01 +0000 (16:24 +0000)
commitd19c55c75e1c77324da100b524143d5bc88090eb
treead23c992c4880b12e3ed726046913f29a9040576
parent4058828b54c6cf46a3e6d1bf90efc98c5ba8d7fa
tests: remove static data from ivi-layout-test-plugin

I cannot see any reason why this should be static data. But if it is static
data, it will prevent re-entering wet_main() to run tests with this plugin, so
replace it with "normal" data.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
tests/ivi-layout-test-plugin.c