summaryrefslogtreecommitdiff
path: root/tests/gobject
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gobject')
-rw-r--r--tests/gobject/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gobject/meson.build b/tests/gobject/meson.build
index 4b1c69085..eabaea5b2 100644
--- a/tests/gobject/meson.build
+++ b/tests/gobject/meson.build
@@ -66,6 +66,7 @@ foreach test_name, extra_args : gobject_tests
test_conf = configuration_data()
test_conf.set('installed_tests_dir', installed_tests_execdir)
test_conf.set('program', test_name)
+ test_conf.set('env', '')
configure_file(
input: template,
output: test_name + '.test',