From 0714bcb7f44875c868dbf610011bb76279d4a22d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 24 Jul 2022 17:15:47 +0100 Subject: [PATCH] gobject/tests/performance: Use the other installed-tests template These are not GTest tests, and don't output TAP. Signed-off-by: Simon McVittie --- gobject/tests/performance/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobject/tests/performance/meson.build b/gobject/tests/performance/meson.build index 8ff47cc0b..63297f460 100644 --- a/gobject/tests/performance/meson.build +++ b/gobject/tests/performance/meson.build @@ -23,7 +23,7 @@ foreach test_name, extra_args : gobject_tests test_conf.set('program', test_name) test_conf.set('env', '') configure_file( - input: installed_tests_template_tap, + input: installed_tests_template, output: test_name + '.test', install_dir: installed_tests_metadir, configuration: test_conf,