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:
committed by
Daniel Stone
parent
c22f357464
commit
57a4508ee4
+5
-2
@@ -113,14 +113,17 @@ dep_zucmain = declare_dependency(
|
|||||||
tests = [
|
tests = [
|
||||||
{ 'name': 'plugin-registry', },
|
{ 'name': 'plugin-registry', },
|
||||||
{ 'name': 'roles', },
|
{ 'name': 'roles', },
|
||||||
|
{ 'name': 'string', },
|
||||||
{ 'name': 'subsurface-shot', },
|
{ 'name': 'subsurface-shot', },
|
||||||
|
{
|
||||||
|
'name': 'vertex-clip',
|
||||||
|
'dep_objs': dep_vertex_clipping,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
tests_standalone = [
|
tests_standalone = [
|
||||||
['config-parser', [], [ dep_zucmain ]],
|
['config-parser', [], [ dep_zucmain ]],
|
||||||
['matrix', [], [ dep_libm, dep_matrix_c ]],
|
['matrix', [], [ dep_libm, dep_matrix_c ]],
|
||||||
['string'],
|
|
||||||
[ 'vertex-clip', [], [ dep_test_client, dep_vertex_clipping ]],
|
|
||||||
['timespec', [], [ dep_zucmain ]],
|
['timespec', [], [ dep_zucmain ]],
|
||||||
['zuc',
|
['zuc',
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user