tests: migrate string and vertex-clip

These are the only remaining standalone non-ZUC tests. They do not need any
changes to be built with the new harness - in fact they have already been
running through the new harness.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
dev
Pekka Paalanen 5 years ago committed by Daniel Stone
parent c22f357464
commit 57a4508ee4
  1. 7
      tests/meson.build

@ -113,14 +113,17 @@ dep_zucmain = declare_dependency(
tests = [
{ 'name': 'plugin-registry', },
{ 'name': 'roles', },
{ 'name': 'string', },
{ 'name': 'subsurface-shot', },
{
'name': 'vertex-clip',
'dep_objs': dep_vertex_clipping,
},
]
tests_standalone = [
['config-parser', [], [ dep_zucmain ]],
['matrix', [], [ dep_libm, dep_matrix_c ]],
['string'],
[ 'vertex-clip', [], [ dep_test_client, dep_vertex_clipping ]],
['timespec', [], [ dep_zucmain ]],
['zuc',
[

Loading…
Cancel
Save