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>
This commit is contained in:
Pekka Paalanen 2019-11-07 12:59:30 +02:00 committed by Daniel Stone
parent c22f357464
commit 57a4508ee4
1 changed files with 5 additions and 2 deletions

View File

@ -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',
[