gobject/tests/performance: Use the other installed-tests template

These are not GTest tests, and don't output TAP.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-07-24 17:15:47 +01:00
parent a4135b9652
commit 0714bcb7f4

View File

@ -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,