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:
parent
c22f357464
commit
57a4508ee4
@ -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…
Reference in New Issue
Block a user