From 85ad807498ad2a9d9e83a06e86feae7c56948b9f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 00:31:54 -0400 Subject: Clean up meson definitions --- tests/meson.build | 29 +++++------------------------ 1 file changed, 5 insertions(+), 24 deletions(-) (limited to 'tests') diff --git a/tests/meson.build b/tests/meson.build index 50b78624..2c7f799f 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,26 +1,6 @@ # Copyright 2019-2022 David Robillard # SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later -############## -# Unit Tests # -############## - -unit_tests = [ -] - -foreach test : unit_tests - test( - test, - executable( - test, - files('tst_@0@.cpp'.format(test)), - cpp_args: cpp_suppressions + platform_defines, - dependencies: [ingen_dep], - ), - suite: 'unit', - ) -endforeach - ##################### # Integration Tests # ##################### @@ -93,10 +73,11 @@ test_env = environment( default_value: lv2dir, internal: 'plugindir', pkgconfig: 'plugindir', - ) + ), ], ), - }) + }, +) foreach test : integration_tests test( @@ -104,8 +85,8 @@ foreach test : integration_tests ingen_test, env: test_env, args: [ - '--load', empty_manifest, - '--execute', files(test + '.ttl'), + ['--load', empty_manifest], + ['--execute', files(test + '.ttl')], ], ) endforeach -- cgit v1.2.1