From 57a4508ee4896251b286d771bfd8322e320d61ed Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Thu, 7 Nov 2019 12:59:30 +0200 Subject: [PATCH] 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 --- tests/meson.build | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/meson.build b/tests/meson.build index a9cde89..fdfe13c 100644 --- a/tests/meson.build +++ b/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', [ -- 2.7.4