summaryrefslogtreecommitdiff
path: root/gio/tests/meson.build
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-20 02:24:04 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-31 14:08:31 +0100
commit3c56d661d8ad3c8bfa62eb85248105b7ce0c45d2 (patch)
treefb22bcdb1ce2b9e43b6e4308f9b3463f23a2a8c0 /gio/tests/meson.build
parent3e227fb528aada441bfd7061441a59c96b0ed46f (diff)
downloadglib-3c56d661d8ad3c8bfa62eb85248105b7ce0c45d2.tar.gz
meson: Use test setup environment instead of repeating it everywhere
Diffstat (limited to 'gio/tests/meson.build')
-rw-r--r--gio/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index c3e9c6258..7ae3dacf9 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -156,7 +156,7 @@ python_tests = {
'codegen.py' : { 'can_fail' : host_system == 'freebsd' },
}
-test_env = environment(common_test_env)
+test_env = environment()
test_env.set('G_TEST_SRCDIR', meson.current_source_dir())
test_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
test_env.set('GIO_MODULE_DIR', '')