Files
weston/tests
Pekka Paalanen ef81388466 tests: introduce struct fixture_metadata
This allows tests to give a meaningful name for their fixture setups
when they use more than one of them.

If a test uses DECLARE_FIXTURE_SETUP_WITH_ARG(), it must now pass a
third argument naming the field which is struct fixture_metadata. This
also means that the fixture setup data must now be a struct, it cannot
be a plain type anymore. A compiler error is generated if the field type
is not the expected one.

All tests using DECLARE_FIXTURE_SETUP_WITH_ARG() and converted to the
new form and given names for their fixture setups.

The fixture setup names not actually used yet, that will be another
patch.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
2021-02-17 12:52:33 +00:00
..
2020-12-17 09:34:09 +00:00
2020-01-30 10:10:35 +00:00
2020-01-30 10:10:35 +00:00
2020-01-30 10:10:35 +00:00
2020-01-30 10:10:35 +00:00
2021-02-15 11:17:17 +02:00
2020-01-30 10:10:35 +00:00
2017-01-23 14:12:06 +02:00
2020-01-30 10:10:35 +00:00
2020-01-30 10:10:35 +00:00
2020-01-30 10:10:35 +00:00
2016-06-23 17:44:54 +03:00
2020-01-30 10:10:35 +00:00
2020-12-17 09:34:09 +00:00