diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2021-04-16 23:17:49 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2021-04-16 23:38:33 +0300 |
commit | 6f15bb6b82a1cd7e93377bec809d346c45403ac8 (patch) | |
tree | 4d8f8c8bc245561f66181424e8125125bf79fd60 /tests/weston-test-fixture-compositor.h | |
parent | 96f95c76e68eda647dc6340d2e01818ff9766440 (diff) |
tests: Pass the test data directly
This makes use of commit "tests: add mechanism to change Weston's
behavior when running certain tests" which bumps libweston to 10.
Without it we can't really use the tests due to testutil.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I79d24b0dfb4569bdd39e2d409d197e6a5112e550
Diffstat (limited to 'tests/weston-test-fixture-compositor.h')
-rw-r--r-- | tests/weston-test-fixture-compositor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/weston-test-fixture-compositor.h b/tests/weston-test-fixture-compositor.h index fd8d0e5..5598f77 100644 --- a/tests/weston-test-fixture-compositor.h +++ b/tests/weston-test-fixture-compositor.h @@ -71,6 +71,7 @@ enum shell_type { * \ingroup testharness */ struct compositor_setup { + struct weston_testsuite_quirks test_quirks; /** The backend to use. */ enum weston_compositor_backend backend; /** The renderer to use. */ |